body {
  background-color: tan;
}

h2 {
  color: red;
  text-align: center;
  font-size: 5em;
}

p {
  font-family: verdana;
  font-size: 20px;
}
