.container{
    margin-bottom: 100px;
}
.orange-bg{
    background-color: #FCE6E8;
    border-radius: 10px;
}
.carousel-item{
    padding: 20px 40px;
}
.price{
    color: #F869A0;
}
.buy-now-button{
    background-image: linear-gradient(to bottom, #F869A0 0% , #F869A0 100%);
    border-radius: 8px;
    padding: 9px 25px;
    border: none;
    cursor: pointer;
    color: white;
}
.cat1,.cat2,.cat3{
    border-radius: 10px;
    padding: 10px 30px;
}
.cat1{
    background-color: orange;
}
.cat2{
    background-color: orchid;
}
.cat3{
    background-color: blue;
}
.categories h1{
    color: white;
}
.categories img{
    width: 100px;
}
.card{
    border: none;
    box-shadow: 5px 5px 10px lightgrey;
}
#contactus{
    height: 300px;
}