html,
body {
    margin: 0;
    width: 100%;
    min-height: 100%;
    background: #03050b;
}
#starCanvas {
    position: fixed;
    width: 100vw;
    top: 0;
    left: 0;
    height: 100vh;
    display: block;
    z-index: 1;
    /* Enabled to allow mouse movements and clicks to register on the canvas elements */
    pointer-events: auto;
}

