body {
    margin: 0;
    padding: 0;
    background: #000;
    overflow: hidden;
    font-family: monospace;
    width: 100vw;
    height: 100vh;
}

canvas {
    display: block;
    width: 100% !important;
    height: 100% !important;
}
