body {
    font-family: sans-serif;
    width: 100vw;
    height: 100vh;
}

canvas {
    position: absolute;
    width: 100vw;
    height: 100vh;
    top: 0;
}

.fps-display {
    color: green;
}
