.contact-link {
    text-decoration: none;
    color:rgb(114, 114, 236);
}
.contact-link:hover {
    color: aliceblue;
}

.link {
    color:white;
}