.is-menu {
    float: left !important;
    
    top: 0;
    z-index: 100000;
    
    text-align: left;
}
.myhover {
            color: black; /* Default color */
            transition: color 0.3s ease; /* Smooth transition effect */
        }
.myhover:hover {
            color: white; /* Change to dark orange on hover */
        }
.unofont{
    font-family: open san;
    color: white;
}
