body {
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: center;
  }
  
  #biggercontainer {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    min-height: 100vh;
    text-align: center; 
  }
  
  .canvas-row {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
  }
  
  #myCanvas, #myCanvas2 {
    border: 3px solid black;
    width: 500px;
    height: 500px;
  }
  
  #role1, #playagain {
    margin: 10px;
    align-self: center;
  }
  

#startgamecontainer {
    display: flex;      
    align-items:center;  
}

