.card {
    border: solid 2px black;
    padding: 5%;
}

.game-info {
    display: flex; /* Puts image and paragraph in the same row */
    align-items: center; /* Optional: aligns items vertically in the center */
    gap: 10px; /* Optional: adds space between image and text */

}