@import url('https://fonts.googleapis.com/css2?family=Abril+Fatface&display=swap');

::-webkit-scrollbar {
  background: transparent;
  width: 8px;
}

::-webkit-scrollbar-thumb {
  background-color: grey;
  border-radius: 10px;
}

body {
  overflow-x: hidden;
  width: 100%;
  background: #f0f0f0;
}


.contact {
  width: 100%;
  text-align: right;
  background-color: black;
  color: white;
  height: 30px;
  line-height: 30px;
  font-size: 15px;
  padding-right: 10px;
}

.cover {
  width: 100%;
  overflow: hidden;
  display: flex;
  justify-content: center;
}

.cover img {
  width: 80%;
}

.about {
  width: 100%;
  background: black;
  color: white;
  padding: 50px;
  text-align: center;
}

.about h2 {
  padding: 20px;
}


.product {
  padding: 15px 0px;
}


.row {
  padding: 30px 0px;
}
.desc {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0px 20px;
}

.desc h5 {
  color: gray;
  line-height: 30px;
  padding: 15px 0px;
}

.c {
  padding: 0px 25px;
}

.link {
  text-decoration: none;
  background-color: grey;
  width: 110px;
  color: white;
  line-height: 40px;
  text-align: center;
  border-radius: 10px;
}

.link:hover {
  text-decoration: none;
  color: white;
}

.image {
  width: 100%;
  overflow: hidden;
  padding: 10px 0px;
  display: flex;
  justify-content: center;
}
