body {
  background: #3a84c1;
  color: #000;
  font-family: sans-serif;
  font-size: 2em;
  text-align: center;
}

canvas {
  // border: solid .2em #000;
  display: none;
}

.aligner {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.loading-text {
  position: absolute;
  height: 25%;
}
