body {
    margin: 0;
    height: 100vh;
    display: flex;
    flex-direction:column ;
    justify-content: center;
    align-items: center;
    background-color: #20587B;
    color: white;
    font-family: Arial, sans-serif;
}

.email-container {
    padding-top:20px;
}

a{
    color: white;
    text-decoration: none;
    font-size: 24px;
    font-weight: 400;
    line-height: 29.05px;
    text-align: left;
}