#space-ship{animation:3.5s ease-in-out 0s infinite normal none running;animation-name:hover-01}#astronaut,#planet-03{animation:3.5s ease-in-out 1s infinite normal none running;animation-name:hover-01}#planet-01{animation:3.5s ease-in-out 1s infinite normal none running;animation-name:hover-02}#planet-02{animation:3.5s ease-in-out 1.5s infinite normal none running;animation-name:hover-02}#stars-yellow{animation:5s ease-in-out .66s infinite normal none running;animation-name:fade-01}#stars-white{animation:2.5s ease-in-out .33s infinite normal none running;animation-name:fade-01}@keyframes hover-01{0%{transform:translate(0)}50%{transform:translate(-5px,-5px)}to{transform:translate(0)}}@keyframes hover-02{0%{transform:translate(0)}50%{transform:translate(-2px,-2px)}to{transform:translate(0)}}@keyframes fade-01{0%{opacity:.9}50%{opacity:.1}to{opacity:.9}}.pulsing-dot{position:relative}.outer-ring,.pulsing-dot{width:12px;height:12px;display:flex;align-items:center;justify-content:center}.outer-ring{flex-basis:100%;border:1px solid transparent;border-radius:50%;box-sizing:border-box;animation:pulseRing 2s ease-in-out infinite}.inner-dot{display:flex;align-items:center;justify-content:center;flex-basis:98%;width:98%;height:98%;background-color:transparent;border-radius:50%;animation:pulseFill 2s ease-in-out .3s infinite}@keyframes pulseRing{0%,to{border-color:transparent;transform:scale(1)}50%{border-color:#fbbf24;transform:scale(1.1)}}@keyframes pulseFill{0%,to{background-color:transparent;transform:scale(1)}50%{background-color:#fbbf24;transform:scale(1.2)}}