.game-links { display: flex; flex-wrap: wrap; gap: 10px; } .game-links .link-button { background-color: #1e73be; color: #fff; padding: 8px 15px; border-radius: 6px; text-decoration: none; font-weight: bold; transition: background-color 0.2s; } .game-links .link-button:hover { background-color: #155a8a; }