body {
  overflow: hidden;
  background-color: #000;
}

.celestialBody {
  height: 50px;
  width: 50px;
  background-color: #000;
  border-radius: 50%;
  position: absolute;
}

#spaceship {
  position: absolute;
}