.custom-link {
    color: cyan;
    text-decoration: none;
    transition: color 0.3s;
}

.custom-link:hover {
    color: white;
}