body, html {
    width: 100%;
    height: 100%;
    background-color: #222;
    font-size: 100%;
    font-weight: 100;
    font-family: 'Open Sans';
    color: #FFF;   
    text-align: center;
}
@media only screen and (max-width : 900px) {
    body, html {
        font-size: 85%;
    }
}


/* HEADER */

img#logo {
    height: 50%;
    max-height: 20em;
    margin-top: 5em;
}


/* CORPO PAGINA */

div#job {
    margin: auto;
    max-width: 30em;
    font-size: 2em;
    line-height: 1.5em;
    margin-top: 2em;
    margin-bottom: 2em;
}


/* FOOTER */

div.copy {
    position: fixed;
    width: 100%;
    bottom: 1em;
    color: #666;
    line-height: 1.2em;
}