<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">* {
    padding: 0;
    margin: 0;
}

html,
body {
    background-image: url('images/cover.png');
    overflow: hidden;
    touch-action: none;
    -ms-touch-action: none;
}

canvas {
    touch-action-delay: none;
    touch-action: none;
    -ms-touch-action: none;
}

@font-face {
    font-family: 'robotomono';
    font-style: normal;
    font-weight: 400;
    src: url(font/robotomono.ttf) format('truetype');
}

@font-face {
    font-family: 'PoetsenOne';
    font-style: normal;
    font-weight: 400;
    src: url(font/PoetsenOne.ttf) format('truetype');
}</pre></body></html>