html, body {
  margin: 0 auto;
  padding: 0;
  font-family: Arial;
  max-width: 800px;
}
canvas {
  display: block;
  margin:30px;
}
