.milkyWay{width:500px;height:500px;z-index:1}.milkyWay,.sun{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.sun{width:100px;height:100px;border-radius:50%;background-color:#ffd100;animation:pulse 5s ease-in-out infinite}@keyframes pulse{0%{transform:translate(-50%,-50%) scale(1);opacity:1}50%{transform:translate(-50%,-50%) scale(1.2);opacity:.8}to{transform:translate(-50%,-50%) scale(1);opacity:1}}.orbit{position:absolute;border-radius:50%;border:1px solid hsla(0,0%,100%,.3)}.orbit1{width:160px;height:160px;top:calc(50% - 80px);left:calc(50% - 80px)}.orbit2{width:220px;height:220px;top:calc(50% - 110px);left:calc(50% - 110px)}.orbit3{width:280px;height:280px;top:calc(50% - 140px);left:calc(50% - 140px)}.orbit4{width:340px;height:340px;top:calc(50% - 170px);left:calc(50% - 170px)}.orbit5{width:400px;height:400px;top:calc(50% - 200px);left:calc(50% - 200px)}.orbit6{width:460px;height:460px;top:calc(50% - 230px);left:calc(50% - 230px)}.orbit7{width:520px;height:520px;top:calc(50% - 260px);left:calc(50% - 260px)}.earth,.jupiter,.mars,.mercury,.saturn,.uranus,.venus{position:absolute;border-radius:50%}.mercury{width:20px;height:20px;background-color:#c9a227;top:calc(50% - 10px);left:calc(50% - 10px)}.venus{width:24px;height:24px;background-color:#ff9b85;top:calc(50% - 12px);left:calc(50% - 12px)}.earth{width:28px;height:28px;background-color:#0496ff;top:calc(50% - 14px);left:calc(50% - 14px)}.earth:before{content:"";position:absolute;width:8px;height:4px;border-radius:8px;background-color:#38b000;box-shadow:4px 4px #38b000,8px 4px #38b000,-1.6px 8px #38b000,12px 8px #38b000,4px 12px #38b000}.mars{width:16px;height:16px;background-color:#db3a34;top:calc(50% - 8px);left:calc(50% - 8px)}.jupiter{width:32px;height:32px;background-color:#ff9100;top:calc(50% - 16px);left:calc(50% - 16px)}.jupiter:before{content:"";position:absolute;width:10px;height:4px;border-radius:16px;background-color:hsla(0,0%,100%,.3);box-shadow:12px 8px hsla(0,0%,100%,.3),4px 12px hsla(0,0%,100%,.3),4px 20px hsla(0,0%,100%,.3)}.saturn{width:40px;height:40px;background-color:#4281a4;top:calc(50% - 20px)}.saturn:before{content:"";position:absolute;border:5.6px solid #9cafb7;border-radius:50%;width:56px;height:28px;transform:rotateX(75deg);left:calc(50% - 28px);top:calc(50% - 14px)}.uranus{width:32px;height:32px;background-color:#004e89;top:calc(50% - 16px);left:calc(50% - 16px)}.uranus:before{content:"";position:absolute;background-color:#1a659e;width:12px;height:2.4px;border-radius:8px;box-shadow:4px 4px #1a659e,-4px 12px #1a659e}.milkyWay:before{background:transparent}.milkyWay:after,.milkyWay:before{content:"";position:absolute;width:100%;height:100%;top:0;left:0;z-index:-1}.milkyWay:after{opacity:.5}@keyframes starsMove{0%{transform:translateY(0)}to{transform:translateY(-1000px)}}