body{
    width: 100%;
    height: 100vh;
    overflow: hidden;
    /* background: #f2adab; */
}

.box{
    position: fixed;
    left: calc(50vw - 40vmin);
    top: calc(50vh - 27.5vmin);
    width: 90vmin;
    height: 75vmin;
}

svg{
    overflow: visible;
}

#snow {
    pointer-events: none;
}
.snow-clone{
    opacity: 0;
}