body,html {

  
  background:#242424;
  color: #fff;
  }
  canvas {
  max-width: 100%;
  max-height: 100%;
  margin: auto;
  overflow: auto;
  position: fixed;
  object-fit: contain;
  }
  