h1 {
  color: green;
  background-color: silver;
}

h2 {
  color: silver;
  background-color: green;
}