.nav-item{
    padding: 0px 10px;
    font-weight: 600;
}

.container{
    margin-bottom: 80px;
}

.main-button{
    background-color: black;
    color: white;
    width: 150px;
    height: 50px;
    border: none;
    border-radius: 10px;
}

.carousel-item{
    padding: 20px 40px;
}

.see-all{
    color: orange;
}

.card{
    border: none;
    border-radius: 10px;
    box-shadow: 5px 5px 10px lightgray;
    text-align: center;
}

.card-footer{
    background-color: white;
    border-top: none;
}

.categories h3{
    text-align: center;
}
.categories img{
    width: 100%;
}
.card img{
    padding: 25px 0px;
}

.card button{
    width: fit-content;
}

.designs img{
    width: fit-content;
    margin: auto;
}