body {
    background: #000;
    color: #e5e5e5;
    font-family: Century Gothic, sans-serif;
}

div.logo {
    width: 100%;
    text-align: center;
}

div.logo.with-content {
    margin-top: 48px;
}

div.slogan {
    width: 100%;
    height: 2em;
    margin-top: 6px;
}

div.question {
    font-size: 1.25em;
    position: fixed;
    width: 100%;
    text-align: center;
}

div.work {
    font-size: .75em;
    margin-top: 75px;
    text-align: center;
}

a, a:hover, a:visited {
    color: #e5e5e5;
}

div.content {
    margin: 48px 15%;
}
