@font-face {
    font-family: 'VT323';
    src: url('/VT323.ttf');
}

* {
    margin: 0px;
    padding: 0px;
}

body {
    background: black;
    color: white;
    font: 18px/30px VT323;
}

canvas {
    display: block;
    background: #000;
    border: 1px solid white;
}

input {
    font-family: VT323;
}

input[type="range"] {
    width: 100px;
}
