   :root {
  --main-color: #D44A60;
  }
  
  h1, h2, h3 {
    background-color:  var(--main-color);
  }

