#fluid-canvas {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;

    /* The Correct Layout: Place it behind all content */
    z-index: -1;
    
    /* The background color if the WebGL fails or for the initial page load */
    background-color: #02030f; 
}