html,
body {
  margin: 0;
  padding: 0;
}

main {
  text-align: center;
  width: 100%;
}

canvas {
  display: block;
}
