html, body {
  margin: 0;
  padding: 0;
  background-color: transparent;
  color: rgb(255, 255, 255);
}

canvas {
  display: block;
}

.center {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100vh;
}

#p5render{
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: -1;
  /*pointer-events: none;*/
}
