body {
  background-color: blue;
}

h1 {
  color: white;
  text-align: center;
}

p {
  font-family: verdana,sans-serif;
  font-size: 17px;
}

