body {
  background: transparent;
  height: auto;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

canvas#mazeCanvas {
  max-width: 90vw;
  max-height: 90vh;
  box-shadow: none;
  border-radius: 8px;
}
