.confetti-container{height:100vh;left:0;opacity:1;overflow:hidden;pointer-events:none;position:fixed;top:0;transition:opacity 1s ease-in-out;width:100vw;z-index:9999}.confetti-container.fade-out{opacity:0}.confetti-piece{animation:confettiFall linear infinite;height:24px;opacity:0;position:absolute;top:-20px;width:14px}.confetti-piece:nth-child(2n){border-radius:50%;height:15px;width:15px}@keyframes confettiFall{0%{opacity:1;transform:translateY(0) rotate(0deg) skew(0deg)}to{opacity:0;transform:translateY(105vh) rotate(2turn) skew(20deg)}}