.category-header{
    height: auto;
    padding: 0.5rem;
}

.category-body{
    width: 40rem;
}

.image-category-head{
    height:27rem;
}

.w-60{
    width: 60%;
}

.h-40{
    height: 40%;
}

.nav-active{
    color: blueviolet;
}

.customRounded-category-head {
    border-radius: 10px;
}

.category-sidebar-trending{
    height: 25rem;
    width: 20rem;
}


@media only screen and (max-width:600px){
    .image-category-head{
        height: 15rem;
        width: 100vw;
        max-width: auto;
        min-width:auto;
    }
.customRounded-category-head{
    border-radius: 0;
}
}