.star-animation-container{position:relative;overflow:hidden}.star{background:currentColor;border-radius:50%;position:absolute}.star--twinkle{animation:ease-in-out infinite twinkle}.star--falling{animation:linear infinite star-fall}@keyframes twinkle{0%,to{opacity:.3;transform:scale(1)}50%{opacity:1;transform:scale(1.2)}}@keyframes star-fall{0%{opacity:.2;top:-8%}8%{opacity:.95}92%{opacity:.85}to{opacity:.25;top:108%}}@media (prefers-reduced-motion:reduce){.star--twinkle,.star--falling{animation:none}.star--falling{opacity:.45;top:42%}}
