
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');

 
 *{
    font-family: "Poppins", sans-serif;
    box-sizing: border-box;
}

.nav-item:hover{
    /* opacity: 5 !important; */
    color: rgb(203, 203, 203) !important;
}  

.nav-item{
    font-weight: bold;
    font-family: "Poppins", sans-serif;
    font-size: 13px;
}

.img-fluid{
    object-fit: contain ;
    aspect-ratio: 1/1;
}



.btn{
    padding: 0.3rem 0.4rem;
}

.nav-link{
    padding-top : 0px ;
    padding-bottom : 0px ;
}






