html, body {
    margin: 0;
    width: 100%;
    height: 100%;
    
    background-color: #19191A;
}

#canvas {
    margin: 0;
    width: 100%;
    height: 100%;
    image-rendering: -moz-crisp-edges;
    image-rendering: -webkit-crisp-edges;
    image-rendering: pixelated;
    image-rendering: crisp-edges;
}

#controlls {
    position: fixed;
    left: 20px;
    top: 20px;
    color: #eee;
    font-family: monospace;
}