h1 {
  font-size: 52px;
  text-align: center;
  font-family: Comic Sans Ms;
  background-image: linear-gradient(violet,indigo, blue, green, yellow, orange, red);
  -webkit-background-clip: text;
  color: transparent;
}
