.container{
    margin-bottom: 100px;
}
.orange-bg{
    background-color: #fceae8;
    border-radius: 15px;
}
.btn{
    background-color: #ff136f;
    border-radius: 10px;
    margin-top: 40px;
}
.carousel-item{
    padding: 20px 100px;
}

.cat1, .cat2, .cat3{
    padding: 10px 30px;
    border-radius: 10px;
    margin: 0 13px;
    height: 200px;
    width: 350px;
}

.cat1{
    background-image: linear-gradient(-45deg, #FF512F, #F09819);
}
.cat2{
    background-image: linear-gradient(-45deg, #AA076B, #61045F);
}
.cat3{
    background-image: linear-gradient(-45deg, #396afc, #2948ff);
}

.categories{
    display: flex;
    justify-content: center;
}

.categories h1{
    color: white;
    font-weight: 500;
}

.categories img{
    width: 60%;
}

.card{
    border: none;
    box-shadow: 5px 5px 12px lightslategray;
    border-radius: 10px;

}

