.canvas_bg{
    position: fixed;
    width: calc(100% + 2px);
    height: 100vh;
    top: 0;
    left: -2px;
    z-index: 0;
    pointer-events: none;
}