html, body {
  margin: 0;
  padding: 0;
  overflow: hidden;
}

canvas {
  display: block;
  filter: blur(3px) invert(0) saturate(1.1) contrast(12);
}

#sceneIndexWrapper {
  display: block;
  position: absolute;
  left: 10px;
  top: 10px;
  z-index: 5;
  font-size: 2vh;
  color: white;
  background-color: transparent;
}

#sceneIndexWrapper > span {
  /* font-size: 50pt; */
  color: white;
  background-color: transparent;
}


