body {
    overflow:hidden;
    background-color: rgb(42, 42, 42);
}

.snowflake {
    position: absolute;
    width: 10px;
    height: 10px;
    background: linear-gradient(white, white); /* Workaround for Chromium's selective color inversion */
    border-radius: 50%;
    filter: drop-shadow(0 0 10px white);
}

#canvas1 {
    position:absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}