.contact-mail {
    text-decoration: none;
    color: white;
    width: fit-content;
   
}

.contact-mail:hover {
    text-decoration: underline;
    color: white;
}

.contact-tel {
    color: whitesmoke;
    text-decoration: none;
    width: fit-content;
}

.contact-tel:hover {
    text-decoration: underline;
}