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