body {
  font-family: "Times New Roman", serif;
  color: #f4e8dc;
  background-image: url("../img/little_star_background.jpg");
  background-repeat: repeat;
  text-align: center;     
}

.page {
  width: 760px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;    /* CENTER EVERYTHING */
}

a {
  color: #e2c18a;
  text-decoration: underline;
}
