.uc-footer a {
    color: #d9e2ec;
    transition: 0.3s ease;
}

.uc-footer a:hover {
    color: #f5c518;
}