canvas {
  margin: 20px;
  border: 1px black solid;
  box-sizing: content-box;
}

.container {
  display: flex;
  justify-content: center;
  align-items: center;
}
