.confetti-container{top:0;left:0;position:fixed;width:100%;height:100vh;overflow:hidden}.confetti{position:absolute;top:-10px}.confetti--animation-slow{animation:confetti-slow 4s linear forwards}.confetti--animation-medium{animation:confetti-medium 3s linear forwards}.confetti--animation-fast{animation:confetti-fast 2s linear forwards}@keyframes confetti-slow{to{transform:translateY(100vh) rotate(360deg) rotateX(180deg)}}@keyframes confetti-medium{to{transform:translateY(100vh) rotate(720deg) rotateX(360deg)}}@keyframes confetti-fast{to{transform:translateY(100vh) rotate(1080deg) rotateX(540deg)}}
