html,
body {
  margin: 0;
  padding: 0;
  background-color: gray;
  text-align: center;
}
canvas {
  display: inline;
}
