body, html {
    background: black;
    margin: 0;
    height: 200vh;
}

#canvas {
    display: block;
    cursor: none;
    position: fixed;
}