body {
  background-color: gray;
  margin: 0;
}

.container {
  margin: auto;
  height: auto;
}

#canvas {
  width: 100%;
  height: 100%;

}