body {
    background-color: #0088AA;
    color: #FFFFFF;
}

.centerScreen {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.emailBox {
    background-color: #555555;
    border: 8px solid lightgray;
    padding: 8px;
    text-align: right;
    width: 768px;
}

a:link {
    color: #00FFFF;
}

a:visited {
    color: #00FFFF;
}

a:hover {
    color: #FFFFFF;
}

a:active {
    color: #00FFFF;
}