body {
  font-family: Helvetica, Arial, SansSerif;
}

h1 {
  text-align: center;
  color: white;
  background-color: blue;
  padding: 5px;
}

h2 {
  text-align: center;
  color: blue;
}

