#canvas {
  width: 100%;
  height: 100%;
  inset: 0;
  position: absolute;
  background-color: rgb(255, 237, 196);
  z-index: -1;
}
