body {
  text-align: center;
  background-color: sienna;
  font-family: Comic Sans MS;
}

h1 {
  color: white;
}

h2 {
  color: hotpink;
}

p {
  font-size: 20px;
  color: white;
}

