h1 {
    color: blue;
  }
  h2 {
    background-color: aqua;
  }
  h3 {
    background-color: yellow;
    color: #f00;
  }