#confetti {
    position: absolute;
    top: 0;
    left: 0;
    pointer-events: none; /* Make the canvas non-blocking for clicks */
    z-index: 9999; /* Make sure the canvas appears on top of other elements */
}