h1 {
  background: -webkit-linear-gradient(rgb(50,50,80), red);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}