body {
    font-family: Helvetica, sans-serif;
    color: white;
    background-color: black;
    padding: 0;
    margin: 0;
}

.centered {
    margin-left: auto;
    margin-right: auto;
}

.page {
    position: relative;
    margin-top: -20px;
    border-top: 2px solid white;
    padding: 10px;
    padding-top: 0px;
    width: 602px;
    height: 100%;
}

.logo {
    width: 1024px;
    height: 210px;
    background-size: 1024px 210px;
    background-image: url("logo.png");
    background-position: 50% 50%;
    background-repeat: no-repeat;
}

a.mail {
    font-family: monospace;
    color: white;
    text-decoration: none;
    display: block;
    position: absolute;
    right: 10px;
    top: 37px;
}