
#canvasPanel {
  position: relative;
  margin: 0 auto;
  width: 100%;
  height: 100%;
}

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