#snow {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 22;
    pointer-events: none;

    filter: blur(0.5px);
}