.balloon{position:absolute;width:60px;height:80px;border-radius:50%/60% 60% 40% 40%;opacity:.8;animation:float 6s ease-in-out infinite}.balloon:nth-child(1){background:var(--cherry-blossom);left:10%;animation-delay:-1s}.balloon:nth-child(2){background:var(--uranian-blue);left:30%;animation-delay:-2s}.balloon:nth-child(3){background:var(--ice-blue);right:30%;animation-delay:-3s}.balloon:nth-child(4){background:var(--light-green);right:10%;animation-delay:-4s}@keyframes float{0%,to{transform:translateY(0) rotate(-2deg)}50%{transform:translateY(-20px) rotate(2deg)}}@keyframes bounce{0%,20%,50%,80%,to{transform:translateY(0)}40%{transform:translateY(-10px)}60%{transform:translateY(-5px)}}.bounce{animation:bounce 1s ease infinite}@media (prefers-reduced-motion: reduce){.balloon,.bounce{animation-duration:.01ms!important;animation-iteration-count:1!important}}
