.animation-container{pointer-events:none;z-index:9999;width:100%;height:100%;position:fixed;top:0;left:0;overflow:hidden}.sparkle{opacity:0;background-color:gold;border-radius:50%;width:8px;height:8px;animation:2s ease-out forwards sparkle-anim;position:absolute;box-shadow:0 0 10px gold,0 0 20px #ffc300}@keyframes sparkle-anim{0%{opacity:0;transform:scale(0)}50%{opacity:1;transform:scale(1.5)}to{opacity:0;transform:scale(0)}}.balloon{border-radius:50%/60% 60% 40% 40%;width:70px;height:90px;animation:5s ease-in forwards balloon-anim;position:absolute;bottom:-150px}.balloon:after{content:"";background-color:#0003;width:2px;height:20px;position:absolute;bottom:-10px;left:50%;transform:translate(-50%)}@keyframes balloon-anim{0%{transform:translateY(0)rotate(0)}to{transform:translateY(-120vh)rotate(15deg)}}
