body {
  background: #000;
  margin: 0;
  height: 100dvh;
  width: 100dvw;
}

#render {
  all: unset;
  width: 100dvw;
  height: 100dvh;
}

.input {
  position: fixed;
  width: 300px;
  height: 150px;
  text-align: right;
  bottom: 15px;
  right: 15px;
}
.input #evalCode {
  width: 100%;
  height: calc(100% - 22px);
}

/*# sourceMappingURL=p5js.css.map */
