#fireworks-overlay {
    opacity: 0;
    transition: opacity 0.6s ease;
}

#fireworks-overlay.show {
    opacity: 1;
}
