
.contact_mail {
    display: flex;
    gap: 5px;
}

.html_link {
    color: #2f2f2f;
}

.html_link:hover {
    color: #686868;
}

