  /* Style the canvas element with a 4px black border and white background */
  #gameCanvas {
    border: 4px solid black;
    background-color: #fff;

  }