.container{
    margin-bottom: 100px;
}
.orange-bg{
    background-color: pink;
    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{
    padding: 10px 30px;
    border-radius: 10px;
}
.cat1{
    background-image: linear-gradient(to right, red , blue);
    padding: 10px 30px;
}
.cat2{
    background-color:#f45c43;
}
.cat3{
    background-color: #c6426e;
}
.categories h1{
    color:wheat;
}
.categories img{
    width: 100px;
}
.card{
    border:none;
    border-radius: 10px;
    box-shadow: 5px 5px 10px lightslategray;
}
.card-footer{
    background-color: white;
    border-top:none;
}
#subscribe{
    height:300px;
}
#subscribe h6{
    color:gray;
}
footer{
    text-align:center;
}