.gradient-title {
  background: linear-gradient(
    90deg,
    #c084fc 0%,   /* lilla */
    #8b5cf6 30%,  /* blå-lilla */
    #60a5fa 60%,  /* blå */
    #f472b6 100%  /* rosa */
  );
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
