*::-webkit-scrollbar {
  display: none;
}

body {
  font-family: 'Merriweather', sans-serif;
}

.nav-item {
  font-weight: 600;
}

.nav-link:hover {
  color: #efa31d;
}

.nav-link.text-warning:hover {
  color: #cb8b19 !important;
}

.promotion {
  width: 48%;
}

section#email {
  background: #fcedd2;
}

#email .card {
  background: #fcedd2;
}

section#mobile {
  background: #ccebf8;
}

#mobile .card {
  background: #ccebf8;
}

.products img {
  height: 200px;
}

#about p {
  text-align: justify;
}

#about .card {
  background: #fcedd2;
}

#product img {
  height: 300px;
}

footer p.lead {
  color: #888;
}

footer p,
footer a {
  color: #888;
}