h1 { 
  font-size: 15vw;
  background: linear-gradient(to right, #03001e, #7303c0, #ec38bc, #fdeff9);
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
};

