html, body {
  margin: 0;
  padding: 0;
  overflow: hidden;
  background-color: #000;
  color: white
}

canvas {
  display: block;
  /* filter: blur(8px) saturate(1.2) contrast(4) hue-rotate(0deg); */
  filter: blur(0px) saturate(1.4) contrast(4) hue-rotate(0deg);
  /* filter: blur(0px) saturate(1) contrast(1) hue-rotate(0deg); */
}

#interface {
  display: block;
  position: absolute;
  z-index: 5;
  width: fit-content;
  height: fit;
  color: white;
  font-size: 32pt;
  top: 0px;
  left: 0px;
}