html, body {
  margin: 0;
  padding: 0;
  background: #fff;
  overflow: hidden;
  border: 0;
}

canvas{  
  width: 100vw;
  height:  100vw;
/*  max-width: 800px;
  max-height: 800px;*/  
  margin: 0;
  border: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background-size: contain;
  border-color: none !important;
  
}
