
.snowflake {
    position: absolute;
    width: 8px;
    height: 8px;
    background: linear-gradient(#b8c4fc, #b8c4fc); /* Workaround for Chromium's selective color inversion */
    border-radius: 50%;
    filter: drop-shadow(0 0 10px #c4c4c4);
}
