body {
  background-color: lightblue;
}

h1 {
  color: red;
  font-size: 50px;
}

p {
  color: darkblue;
  font-size: 20px;
}
