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

