body {
    background-color: black;
}

h1 {
    color: #00FF00;
    text-align: center;
    margin-bottom: 2em;
}

canvas {
    display : block;
    margin : auto;
}

@font-face {
    font-family: 'pressstart';
    src: url('font/pressstart2p-regular-webfont.woff2') format('woff2'),
         url('font/pressstart2p-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

