body { font-family: Arial, sans-serif; padding: 20px; background: #f0f0f0; }
h1 { text-align: center; margin-bottom: 20px; }
.game-list { display: flex; gap: 20px; justify-content: center; flex-wrap: wrap; }
.game-card { background: white; padding: 10px; border-radius: 10px; text-align: center; box-shadow: 0 0 10px rgba(0,0,0,0.1); }
.game-card img { width: 400px; height: 225px; border-radius: 5px; }
#game-container { margin-top: 20px; text-align: center; }
