html, body {
  margin: 0;
  padding: 0;
  background-color:darkseagreen;
}

canvas {
  display: block;
  margin:auto;
}
