h2{
  font: italic;
  }
  
  body{
     background: linear-gradient(to right, #ffff99 0%, #ffcc00 100%);
    min-height: 100vh;
    }