.email {
    width: 100vw;
    height: 50vh;

    display: flex;
    justify-content: center;
    align-items: center;
}

a {
    text-decoration:none;
    color: black;
}