body {
  font-family: "Tangerine", serif;
  color: #fafafa;

  text-align: center;

  background-color: #133982;
}

h1 {
  font-size: 4rem;
}

p {
  font-size: 2.5rem;
}

img {
  max-width: 100%;
}

/* On screens that are 600px wide or less, make the menu links stack on top of each other instead of next to each other */
@media screen and (max-width: 600px) {
  h1 {
    font-size: 2.5rem;
  }

  p {
    font-size: 1.5rem;
  }
}
