/* your styles go here */
.gradient-text {
  background: linear-gradient(
    135deg,
    rgb(99, 102, 241),
    rgb(139, 92, 246),
    rgb(236, 72, 153)
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;

  /* Optional fallback */
  color: transparent;
}

