body {
    background-color: white;
    margin: 0;
  }
  
  #gameCanvas {
    display: block;
    margin: auto;
  }  