body a
{
    
    
    transition: color 0.2s ease;
}


body a:hover
{
    
    color: #fff !important; 
    
}



