#contact a {
    color: inherit;
    transition: color 0.3s ease;
}

#contact a:hover {
    color: #515f68;
}