html,
body {
  text-align: center;
}

canvas {
  width: 100%;
  height: auto;
  max-width: 640px;
  background-color: lightgray;
}
