html,
body {
  margin: 0px;
  padding: 0px;
  background: #bdc3c7;
  height: 100%;
  touch-action: none;
}

#newCanvas {
  background: #bdc3c7;
  height: 100%;
  width: 100%;
}