/* CSS is how you can add style to your website, such as colors, fonts, and positioning of your
   HTML content. To learn how to do something, just try searching Google for questions like
   "how to change link color." */

/* HOME PAGE */
body.home {
  background-image: url("/images/stars2.gif");
  background-repeat: repeat;
  color: white
}

h1 {
  text-align: center;

}

#options {
  text-align: center;
  display: flex;
  flex-direction: column;

}


#alien {
 display: flex;
 justify-content: center;
 align-items: center;
 flex-direction: column;
}

/*June 21 CSS*/
body.shortestnight {
  font-family: "Times New Roman", Times, serif;
  background-color: black;
  color: white;
  margin-right: 19%;
  margin-left: 12%;
}


.story p{
  font-size: 20px;
  font-family: "Times New Roman", Times, serif;
  display: flex;
  word-break: break-word; 
  justify-content: left;

}

.gif{
 display: flex;
 justify-content: center;
 align-items: center;
 margin: 10% 10% 10% 10%;
}

/*Bay 13 CSS*/
body.bay13 {
  font-family: "Times New Roman", Times, serif;
  background-image: url("/images/space3.jpg");
  background-repeat: repeat;
  color: white;
  margin-right: 19%;
  margin-left: 12%;
}
