.snowflake {
    position: absolute;
    top: 0;
    left: 0;
    background: white;
    border-radius: 50%;
    pointer-events: none;
    z-index: 900;
    filter: blur(1px);
    box-shadow: 0 0 2px rgba(255, 255, 255, 0.8);
}
