/**** BASICS *****/

    body {
        margin: 0;
        background-image: url(/backgrounds/static.gif);
    }

    @font-face {
        font-family: terminal;
        src: url(/fonts/Terminal-Grotesque-master/terminal-grotesque.ttf);
    }

/***** MAIN CONTENT *****/

    section {
        width: 400px;
        height: 310px;
        overflow: hidden;
    }

    section h1 {
        font-family: terminal;
        text-align: center;
        font-size: 2em;
        margin-top: 125px;
    }