h1 {color:blue;}/* This styles the six-word summer story box. */
#mySummer {
  margin-left: auto;
  margin-right: auto;
  margin-top: 20px;
  width: 420px;
  background-color: white;
  opacity: 0.82;
  padding: 18px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 48px;
  line-height: 1.15;
  text-align: center;
  border-radius: 12px;
}

/* This styles the main title banner at the top of the page. */
#banner {
  width: 760px;
  padding: 12px;
  margin-right: auto;
  margin-left: auto;
  margin-top: 18px;
  background-color: lightyellow;
  opacity: 0.9;
  font-size: 54px;
  font-family: Georgia, "Times New Roman", serif;
  color: black;
  text-align: center;
  border-radius: 10px;
}

/* This makes the image fill the background of the page. */
#myPic {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: -999;
  object-fit: cover;
}

/* This styles the photo credit at the bottom. */
#credits {
  position: fixed;
  bottom: 10px;
  left: 10px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  color: black;
  background-color: white;
  opacity: 0.8;
  padding: 6px;
  border-radius: 5px;
}

a {
  color: black;
}