main {
    padding: 10px; /* Reduced padding */
}

.games-section {
    margin-bottom: 20px; /* Reduced margin */
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr)); /* Adjusted min-width for smaller cards */
    gap: 10px; /* Reduced gap between cards */
    padding: 10px; /* Reduced padding */
}

footer {
    margin: 10px 0; /* Reduced margin */
}

footer img {
    width: 200px; /* Reduced width */
    height: auto;
}