/* snowfall */

#snowflakeContainer {
    position: absolute;
    left: 0px;
    top: 0px;
}
.snowflake {
    padding-left: 15px;
    font-family: Cambria, Georgia, serif;
    font-size: 14px;
    line-height: 24px;
    position: fixed;
    color: #FFFFFF;
    user-select: none;
    z-index: 1000;
    cursor: crosshair;
}
.snowflake:hover {
    cursor: default;
}
#snowflakecounter {
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:16px;
    border-radius:10px;
    cursor:pointer;
    color:#C00;
    min-width:20px; 
    margin:3px;
    position:fixed;
    padding:0px 5px;
    height:30px;
    background-color:white;
    border:1px solid black;
    z-index:100000
}