html {
  scroll-behavior: smooth;
}
.container {
  margin-bottom: 100px;
}
.orange-bg {
  background-color: #fceae8;
  border-radius: 10px;
}
.carousel-item {
  padding: 20px 40px;
}
.price {
  color: #ff136f;
}
.buy-now-button {
  background-image: linear-gradient(to bottom, #ff589b 0%, #ff136f 100%);
  color: #fff;
  border: none;
  border-radius: 8px;
  padding: 9px 25px;
  cursor: pointer;
}
.cat1,
.cat2,
.cat3 {
  margin-top: 20px;
  padding: 10px 30px;
  border-radius: 10px;
}
.cat1 {
  background-color: orange;
}
.cat2 {
  background-color: orchid;
}
.cat3 {
  background-color: blue;
}
.categories h1 {
  color: white;
}
.categories img {
  width: 100px;
}
.card {
  border: none;
  border-radius: 10px;
  box-shadow: 5px 5px 10px lightgray;
}
.card-footer {
  background-color: white;
  border-top: none;
}
#subscribe {
  height: 300px;
}
#subscribe h6 {
  color: gray;
}
footer {
  text-align: center;
}
