body {
    /* background: linear-gradient(135deg, #282A36 60%, #1a1b22 100%); */
    background: #010a0f;
  }
  .text-glow {
    text-shadow:
      0 0 8px #10bcf2cc,
      0 0 32px #10bcf275,
      0 2px 8px #000a;
  }