h1 {
  background-color: gold;
}
h2 {
  background-color: skyblue;
}
p {
  color: blue;
  background-color: lightskyblue;
}
h3 {
  background-color: skyblue;
}
h4 {
  background-color: skyblue;
}