.container{
margin-bottom: 60px;
}
.orange-bg{
    background-color: #fceae8;
    border-radius: 10px;    
}
.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;
}
.carousel-item{
    padding: 20px 40px;
}
.cat1, .cat2, .cat3{
    border-radius: 20px;
    padding: 10px 30px;

}
.cat1{
    background-color: #FFA500;
}
.cat2{
    background-color: #DA70D6;
}
.cat3{
    background-color: #0000FF;
}
.categories h1{
    color: white;
}
.categories img{
    width: 120px;
}
.card{
    border: none;
    box-shadow: 5px 5px 10px lightgray;
    border-radius: 15px;
}
.card-footer{
    border-top: none;
    background-color: white;
    border-radius: 15px;
}
#contact-us{
    height: 300px;
}
#contact-us h6{
    color: gray;
}
#contact-us button{
    margin-top: 5px;
}
footer{
    text-align: center;
}