body {
  background-color: pink;
  background-image: url("/images/spacebg.png");
  color: black;
  font-family: Verdana;
  height: 100%;
  width: 100%;
}

#title {
 width: 60vw;
 text-align: center;

}