h1 {
  color: blue;
  background-color: yellow;
}

h2 {
  color: yellow;
  background-color: blue;
}