.confetti-piece{position:absolute;width:8px;height:16px;background-color:red;opacity:0;animation:fall 5s linear forwards}@keyframes fall{0%{transform:translateY(0) rotate(0deg);opacity:1}to{transform:translateY(110vh) rotate(2turn);opacity:0}}