html, body {
  margin: 0;
  padding: 0;
  background: #ffffff;
}

canvas {
  display: block;
  margin: 0 auto;
}
