a{
    color: white;
    transition: opacity 0.3s ease-in-out;
}

a:hover {
    opacity: 0.5;
}