html, body {
  margin: 0;
  padding: 0;
 
}
canvas {
  display:block;
  width: min(100vw,900px) !important;
  height: min(100vw,900px) !important;
}
