html,
body {
    background: #111;
    overflow: hidden;
    margin: 0;
}

canvas {
    width: 100vw;
    height: 100vh;
}