body{
  background:url("spacebg.gif") black;
  background-repeat:repeat;
  color:white;
  font-family: "Turret Road", sans-serif;
}

.turret-road-medium {
  font-family: "Turret Road", sans-serif;
  font-weight: 500;
  font-style: normal;
}

.container{
  width:800px;
  margin:0 auto;
  display:flex;
  flex-direction:column;
}

.top{
  height:25%;
  padding:10px;
  text-align:center;
  border-bottom:thin solid white;
}

a{
  color:white;
  text-decoration:none;
}

a:hover{
  font-style:italic;
}

.menu{
  padding-top:20px;
  display:flex;
  justify-content:space-between;
}

.menuleft{
  border:dotted 3px white;
  width:45%;
  height:100%;
  padding:20px;
  padding-top:0px;
}

.solarsystem{
  width:100%;
  padding:20px;
  padding-top:0px;
  object-fit:cover;
  justify-content:center;
  text-align:center;
}

h4{
  font-style:italic;
}
