@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600;700&display=swap');

body {
  overflow-x: hidden;
  font-family: 'Montserrat', sans-serif;
}

a {
  text-decoration: none;
  color: black;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  border: none;
}

/* Main */
#products {
  display: block;
  text-align: center;
  zoom: 0.8;
  flex: 1;
  margin-left: 430px;
}

#Web_1920__1 {
  max-width: 1280px;
  width: 100%;
  margin: 0 auto;
  padding: 0 15px;
}

.web_1920-content {
  display: flex;
  justify-content: space-between;
  column-gap: 25px;
  margin-top: 125px;
  margin-right: 20px;
}

#Catgories {
  width: 360px;
  height: 80vh;
  position: fixed;
  overflow-x: overlay;
  overflow-y: overlay;
  background-color: #ffffff;
  z-index: 10;
  padding: 0 10px;
}
