/* Heading or paragraph */
.gradient-title{
  background: linear-gradient(90deg, hsla(266, 63%, 26%, 1) 0%, hsla(354, 55%, 63%, 1) 50%, hsla(31.89, 67.77%, 41.37%, 1) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

