.text-hover {
    color: #acacac;
    font-family: roboto;
    font-size: 18;
}

.text-hover:hover {
    color: #ff8400;
}

a {color: #acacac;
    font-family: roboto;
    font-size: 18;}
    
a:hover {color: #ff8400;
    text-align: center;
}