body{
  background-color: #10002b;
  /* color: #ff9e00; */
  
}
h1{
  font-size: 3.5em;
  font-weight: thin;font-family: "Raleway", sans-serif;
  font-weight: 300;
  color: #efd9ce;
  /* font-size: 40px; */
}
h1 em {
  font-style: normal;
  font-weight: 600;
}
#info{
  justify-content: center;
  text-align: center;
  display:flex;
  justify-content: space-evenly;
}
#planetInfo{
  background-color: #efd9ce;
  justify-content: center;
  text-align: center;
  padding:10px;
}
#planetImage{
  width:40%;
}
#planetImage img{
  width: 500px;
}
.row{
  display: flex;
  /* justify-content: space-evenly; */
  justify-content: center;
}

#solarSystem{
  width:50%;
  border-radius:100px;
}


#nasaInfo{
  justify-content: center;
  width: 500px;
  padding-top: center;
}
h5{
  color: #efd9ce;
  width: 500px;
}
#nasaImg{
  width: 700px;
}
#month{
  width: 200px;
}
label{
  color: #efd9ce;
}
button{
  background-color: #9D4EDD;
  height: 40px;
  width: 150px;
  border-top-left-radius: 1em;
  border-bottom-left-radius: 1em;
  border-top-right-radius: 1em;
  border-bottom-right-radius: 1em;
}
select{
  height: 40px;
  width: 150px;
}

#system{
  /* width: auto; */
  /* height: auto; */
  width: 100%;
}

footer{
  color: #efd9ce;
}