html {
  text-align: center;
}

canvas {
  border: 1px dashed;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: auto;
}
