html, body {
  height: 100%;
  margin: 0;
}
#canvas {
  width: 400pt;
  height: 400pt;
  display: block;
  background-color:grey;
}
