a{
    color: rgb(255, 255, 255);
    text-decoration: none;
    transition: all 0.5s;
}

a:hover{
    color: rgb(0, 0, 0);
    background-color: rgb(255, 255, 255);
 }