body {
  background-color: lightgrey;
  color: blue;
}

h1 {
  font-size: 40px;
}

h2 {
  font-size: 30px;
  font-style: italic;
}

p {
  font-size: 16px;
  color: navy;
}