#canvas-container {
  position: fixed;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  background: radial-gradient(
    circle at top,
    #0f2f45,
    #071337 70%
  );
}