 *{
    font-family: 'Times New Roman', Times, serif;
    
}

.nav-item:hover{
    /* opacity: 5 !important; */
    color: rgb(203, 203, 203) !important;
}  

.nav-item{
    font-weight: bold;
    font-family: 'Times New Roman', Times, serif;
    font-size: 13px;
}
.img-fluid{
    object-fit: contain ;
    aspect-ratio: 1/1;
}




