html,
body {
  margin: 0;
  padding: 0;
  overflow: hidden;
  width: 100vw;
  height: 100vh;
/*   background-color: #2D2D30; */
  font-family: "Lucida Console", "Courier New", monospace;
  color: #483090;
  font-size: 1.2rem;
}
canvas {
  display: block;
/*     border-radius: 15px; */
}
