.game-board { display: flex; justify-content: center; gap: 20px; flex-wrap: wrap; } .card-img { width: 200px; height: 200px; overflow: hidden; } .card-img img { width: 100%; height: 100%; object-fit: cover; }