*{box-sizing:border-box;padding:0;margin:0}body{width:100vw;height:100vh;background:url("https://media0.giphy.com/media/26n6G8lRMOrYC6rFS/giphy.gif?cid=ecf05e475brngftk5u9ttsdrlt9n6o3vnziqef7rwp5cx62n&rid=giphy.gif&ct=g");background-size:cover;background-repeat:no-repeat;font-family:Arial,Helvetica,sans-serif;color:#eaeaea}@keyframes rotate{from{background-position:0px 0px}to{background-position:810px 0px}}@-webkit-keyframes rotate{from{background-position:0px 0px}to{background-position:810px 0px}}.navbar{display:flex;justify-content:space-between;padding:1.2rem 10rem;background-color:rgba(19,19,19,.75);align-items:center}.navbar-logo:hover{color:#fc96fc;transform:scale(1.1)}.navbar-planets{list-style-type:none}.navbar-planets li{display:inline;margin-left:2rem;font-size:1.5rem;cursor:pointer}.navbar-planets li:hover{color:#fc96fc;transform:scale(0.9)}.hero{display:grid;grid-template-columns:1.5fr 2fr;gap:5rem;margin:5rem 5rem}.hero-img{display:flex;align-items:center;justify-content:center;overflow:hidden}.hero-info{background-color:rgba(19,19,19,.5);border-radius:5%;height:35rem;padding:0 3rem;display:flex;flex-direction:column;justify-content:center}.hero-info h1{font-size:4rem;text-align:center;margin-bottom:2rem}.hero-info p{font-size:larger}.hero-info-data{display:grid;margin:2rem auto;grid-template-columns:repeat(3, 1fr);gap:3rem}.hero-info-data div{display:flex;flex-direction:column;justify-content:space-around;align-items:center}.hero-info-data div h3{color:#fa65fa;font-size:1.5rem;margin-bottom:.5rem;text-align:center}.hero-info-data div h5{width:120%;text-align:center;padding-top:.35rem;border-top:1px solid #848484;font-size:1rem;font-weight:400}.hero-info-namesake{margin-top:2;display:flex;flex-direction:column;justify-content:space-around;align-items:center}.hero-info-namesake h3{color:#fa65fa;font-size:1.5rem;margin-bottom:.5rem;text-align:center}.hero-info-namesake h5{width:120%;text-align:center;padding-top:.35rem;border-top:1px solid #848484;font-size:1rem;font-weight:400}.hero-info-namesake h5{width:90%}footer{display:flex;justify-content:center;align-items:center}footer h4{font-size:1rem;font-weight:100}