html, body {
  
  background: #fff;
  margin: 0;
  padding: 0;
  text-align: center;
  
}
canvas {
  display: block;
  margin: auto;
}
