.nav-link:hover {
    border-bottom: 2px solid rgb(0, 140, 255);
    transition: 0.5s;
}

.icons:hover {
    background-color: azure;
}

.text-light:hover {
    background: blue;
}

@media (min-width:0px) and (max-width:900px) {
    #img-control {
        display: none;
    }

}
.link{
    color:rgb(163, 162, 162);
     text-decoration: none;  
}
.link:hover{
    background-color:white;
}
.dropdown{
    color:yellowgreen;
}
