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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 16px;
  font-family: system-ui, sans-serif;
  background: #24881c;
  background: -o-radial-gradient(circle, #24881c 0%, #1f261f 80%);
  background: radial-gradient(circle, #24881c 0%, #1f261f 80%); }
