.fa-snowflake-o {
     animation: fall linear forwards;
    color: #FFFFFF;
    position: fixed;
    top: -20px;
    z-index: 1000000;
}

@keyframes fall {
    to {
        transform: translateY(105vh);
    }
}
