﻿#snow {
    position: fixed;
    top: 0;
    left: 5%;
    right: 5%;
    bottom: 0;
    pointer-events: none;
    z-index: 1000;
}
