body {
   /* height: 100vh;*/
    height: 100%;
    /*background: radial-gradient(ellipse at bottom, #34A65F 0%, #0F8A5F 100%);*/
    overflow: hidden;
    /*color: white;*/
    /*font-family: 'Inter';*/
}
.snowflake {
    position: absolute;
    width: 10px;
    height: 10px;
    background: linear-gradient(white, white); /* Workaround for Chromium's selective color inversion white white */
    border-radius: 50%;
    z-index: 1;
}