/* body {
  margin: 0;
  overflow: hidden;
  background-color: #939bac;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100vh;
  color: #939bac;
} */

canvas {
  display: block;
  position: relative;
  transform: translate(-50%, -50%);
  top: 42%;
  left: 50%;
}

.history-frame {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 50vw;
  height: 80vh;
  font-family: "Koz", serif;
  background-color: var(--text-color2);
  /* overflow: scroll; */
}

#additionalText {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  font-size: 1.5em;
  color: var(--text-color2);
}
