#forest-rain-container {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 9999;
    overflow: hidden;
}

.forest-rain-drop {
    position: fixed;
    background: linear-gradient(180deg, rgba(174, 210, 200, 0.6), rgba(100, 180, 210, 0.8), rgba(28, 163, 236, 0.5));
    border-radius: 100% 100% 80% 80%;
}
