body {
  margin: 0;
  
}

#main_canvas {
  width: 100vw;
  height: 100vh;
  display: block;
  cursor: pointer;
}

