canvas {
  width: 100%;
  height: 100%;
  cursor: none;
}

.info {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1;
  color: white;
  text-align: center;
  pointer-events: none;
}

body,
html {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
}

body {
  background: black;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  font-family: system-ui, sans-serif;
  background: #24881c;
  background: radial-gradient(circle, #24881c 0%, #1f261f 80%);
}