body {
  margin: 0;
  background: #000;
  color: white;
  font-family: Inter, sans-serif;
}

canvas {
  position: fixed;
  inset: 0;
  z-index: -1;
}

body {
  background:
    radial-gradient(circle at 20% 10%, rgba(59, 130, 246, 0.2), transparent 40%),
    radial-gradient(circle at 80% 0%, rgba(139, 92, 246, 0.2), transparent 40%),
    #000;
}