h2 {

     font-size: 48px;
     font-weight: 800;


    letter-spacing: 1.8px;
    word-spacing: 6px;
    font-variant: small-caps;

     background: -webkit-linear-gradient(45deg, #008a9f, #0febff 80%);
     /*background: -webkit-linear-gradient(45deg, #008a9f, #00ff95 80%);*/
     background-clip: border-box;
     -webkit-background-clip: text;
     -webkit-text-fill-color: transparent;
     margin: 0;

 }


