#background{
    position:fixed;
    left:0;
    bottom:0;
    right:0;
    top:0;
    z-index: -1;
}
#background canvas{
    width:100%;
    height:100%;
    background:var(--background-body)
}