body {
    margin: 0;
    min-height: 100vh;
    max-width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

#email {
    display: flex;
    flex-direction: column;
    padding-bottom: 50px;
    justify-content: center;
    align-items: center;
}

#email img {
    margin-bottom: 35px
}
