.container{
    margin-bottom: 100px;
}
.orange-bg{
    background-color: #fceae8;
    background-repeat: 10px;
}
.carousel-item{
    padding: 40px 40px;
}
.price{
    color: #ff136f;
    font-weight:600 ;
}
.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-color: orange;
}
.cat2{
    background-color: orchid;
}
.cat3{
    background-color: blue;
}
.categories h1{
    color: white;
    width: 100px;

}
.card{
    border: none;
    box-shadow: 5px 5px 10px lightgray;
    border-radius: 10px;
}
.card-footer{
    background-color: white;
    border-top: none;
}
#Subscribe{
    height: 300px;
}
#Subscribe h6{
    color: gray;
}
footer{
    text-align: center;
}