body {
  color: black; /* Sets all text in the body to blue */
  background-image: url("spacebg2.jpg");
  background-size: 341.5px 180px;
  background-repeat: repeat;
}
.box {
    margin: auto;
}
.text {
    font-family: 'Times New Roman', serif;
    text-align: center;
}
.text ul {
  transform: translate(-10%, 0);
}

