body {
    background-color: #242424;
    color: #C0C0C0;
    text-align: center;
    width: 100%;
    max-width: 800px;
    margin: 0 auto;
    padding: 0 20px;
    box-sizing: border-box;
}

p {
    width: 50%;
    font-size: 2vmin;
    font-family: sans-serif;
}

img {
    display: block;
    margin: 0 auto;
}

a {
    color: #C0C0C0;
}

.column {
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
