html {
  display: block;
}

body {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  height: 100vh;
  margin: 0;
}

canvas {
  border: solid 1px transparent;
}

.controls {
  margin-bottom: 1em;
}
