.gradient-number {
    font-weight: bold;
    color: white;
    background: linear-gradient(270deg, #930053, #e40079, #930053);
    -webkit-background-clip: text;
    -webkit-text-stroke: 6px transparent;
  }
  .gradient-text {
    color: white;
    background: linear-gradient(270deg, #930053, #e40079, #930053);
    -webkit-background-clip: text;
    -webkit-text-stroke: 4px transparent;
  }