body {
  background-color: lightblue;
}

h1 {
  color: DarkSlateBlue;
  text-align: center;
  font-size: 40px;
}

p {
  font-family: verdana;
  font-size: 30px;
}