.fireworks_effect {
    display: none;
    pointer-events: none;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.1);
}
.fog_effect {
    display: none;
    pointer-events: none;
    width: 100%;
    height: 100%;
    background-color: rgba(200,200,200,0.1);
}
.rain_effect {
    display: none;
    pointer-events: none;
    width: 100%;
    height: 100%;
    background-color: rgba(100,120,250,0.1);
}
.snow_effect {
    display: none;
    pointer-events: none;
    width: 100%;
    height: 100%;
    background-color: rgba(255,255,255,0.1);
}
.confetti_effect {
    display: none;
    pointer-events: none;
    width: 100%;
    height: 100%;
}
.logo_confetti_effect {
    display: none;
    pointer-events: none;
    width: 100%;
    height: 100%;
}
.sparkle_effect {
    display: none;
    pointer-events: none;
    width: 100%;
    height: 100%;
}