html {
    background: #2f3c50;
    width: 100vw;
    height: 100vh;
}

body {
    margin: 0;
    padding: 0;
    width: 100vw;
    height: 100vh;
    overflow: hidden;
}

canvas {
    background: #2F3C50;
}

@font-face {
    font-family: 'Russo One';
    src: url('fonts/RussoOne-Regular.eot');
    src: url('fonts/RussoOne-Regular.eot?#iefix') format('embedded-opentype'),
    url('fonts/RussoOne-Regular.woff2') format('woff2'),
    url('fonts/RussoOne-Regular.woff') format('woff'),
    url('fonts/RussoOne-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

.ppat-text {
    text-shadow: 1px 1px #000000;
    position: absolute;
    left: 5px;
    top: 5px;
    margin: 0;
    font: 16px/1 monospace;
}