#canvas{
    position:fixed;
    width:100vw;
    height:100vh;
    top:0;
    left:0;
    z-index:-100;
    mix-blend-mode: multiply;
}