@import url("https://fonts.googleapis.com/css2?family=Roboto+Mono:wght@100;300&display=swap");
body {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  overflow-x: scroll;
  background-color: #202124;
  font-family: "Roboto Mono", monospace;
  height: fit-content;
  width: 100vw;
  color: #bbb;
  justify-content: space-around;
}

@media screen and (min-width: 950px) {
  body {
    flex-direction: row;
  }
}
main {
  display: flex;
  flex-direction: column;
  height: 80vh;
}

#options {
  display: flex;
  flex-direction: row;
}

section {
  display: flex;
  flex-direction: column;
  margin-right: 20px;
}

canvas {
  border: 1px solid #bbb;
}

button {
  background-color: #202124;
  color: #bbb;
  font-family: "Roboto Mono", monospace;
  padding: 5px;
  border: 1px solid #bbb;
  margin-bottom: 10px;
}

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