@keyframes rotate-clockwise{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}@keyframes rotate-counter-clockwise{0%{transform:rotate(0deg)}to{transform:rotate(-1turn)}}.animated-stars-svg .star{transform-box:fill-box;transform-origin:50% 50%;animation-duration:2s;animation-timing-function:linear;animation-iteration-count:infinite}.animated-stars-svg .star-1{animation-name:rotate-clockwise}.animated-stars-svg .star-2{animation-name:rotate-counter-clockwise;animation-duration:2.2s}.animated-stars-svg .star-3{animation-name:rotate-clockwise;animation-duration:1.8s}