#snow-canvas {
    pointer-events: none;
    position: fixed;
    z-index: -1; /* Ensure it's behind everything */
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}
