#gameCanvas {
    z-index: -1;
    border: 1px solid;
    margin: auto;
    display: flex; 
    justify-content: center;
    /* height: 300px;
    width: 300px; */
  }

  h1 {
    z-index: -1;
    border: 1px solid;
    margin: auto;
    display: flex; 
    justify-content: center;
    /* height: 300px;
    width: 300px; */
  }
  
  #scratchPad {
    z-index: -1;
    border: 1px solid;
    margin: auto;
    display: flex; 
    justify-content: center;
    height: 300px;
    width: 300px;
  }
  
  body {
    margin: 0;
    padding: 0;
    background-color: rgba(0, 0, 0, 0.05);
  }