.game_area {
  display: grid;
  justify-content: center;
  /* align-items: center; */

  height: 80vh;
  width: 99vw;
}
