body {
    background-color: #EFFFFF;
    font-size: 62.5%;
    color: #333;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: lighter;
    margin: 0;
    padding: 0;
}
/* layout */
header, section, footer {
    display: block;
    margin: 0 auto;
    width: 41em;
}
header {
    margin-top: 15em;
}
body.project header {
    margin-top: 3em;
}
header h1 {
    margin-bottom: 0.3em;
}
footer {
    margin-top: 15em;
}
/* fonts */
h1, h2 {
    font-family: "Helvetica Neue Bold", Helvetica, Arial, sans-serif;
}
h1 {
    font-size: 4.2em;
}
h2 {
    font-size: 3em;
}
section p {
    font-size: 2em;
    line-height: 1.4em;
}
section a:link, section a:active, section a:visited {
    text-decoration: none;
    font-family: Helvetica, Arial, sans-serif;
    font-weight: bold;
}
footer p {
}
footer .copy {
    font-size: 1.25em;
}
/* end fonts */
/* colors */
a:link, a:active, a:visited {
    font-family: Helvetica, Arial, sans-serif;
    font-weight: bold;
    color: #333;
    text-decoration: none;
}
#still_here {
    opacity: 0;
}
footer p.copy {
    color: #666;
}
/* end colors */

/* pre */
pre {
    margin: 0;
    padding: 0;
    font-size: 1.3em;
    font-family: Courier, monospaced;
}
/* end pre */
