body {
  margin: 0;
  text-align: center;
  background: #20201e;
  overflow: hidden; /* Hide scrollbars */
}
canvas {
  margin: 5vh auto;
  width: 75vh !important;
  height: 90vh !important;
}
#loading {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0vh auto;
  width: 75vh !important;
  height: 100vh;
  font-family: "Courier New", Arial, sans-serif;
  color: rgb(136, 136, 136);
  font-size: 1em;
}
