body {
  margin: 0;
  background: darkgray;
  overflow: hidden;
  text-align: center;
}
#myCanvas {
  background: lightgray;
}
