<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@font-face {
    font-family: hammer;
    src: url(media/fonts/hammersmithone.woff) format('woff'), url(media/fonts/hammersmithone.ttf)
}

html, body {
    background-color: #000;
    margin: 0;
    padding: 0;
    position: relative;
    font-family: arial, serif;
    width: 100%
}

#game {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 0
}

#canvas {
    position: absolute;
    left: 0;
    top: 0;
    width: 760px;
    height: 570px;
    background: transparent;
    -ms-interpolation-mode: nearest-neighbor;
    -webkit-transform: scale3d(1, 1, 1);
    z-index: 1
}


.play {
    position: absolute;
    float: left;
    width: 100%;
    height: 100%;
    z-index: 1000;
    background-color: #fff;
    left: 0;
    top: 0;
    display: none
}
</pre></body></html>