.email {
    color: blue;
    font-size: 4vh;
    margin-bottom: 8vh;
}

.email:hover {
    text-decoration: underline;
}