canvas {
  cursor: auto !important;
  touch-action: auto !important;
}

body {
  background-color: rgb(51, 51, 51);
  display: flex !important; 
  justify-content: center !important;
}