html, body {
    margin: 0;
    padding: 0;
    overflow: hidden; /* Prevents scrolling */
    height: 100%;
}

canvas {
    display: block; /* Removes bottom margin/gap */
    width: 100vw;
    height: 100vh;
}
