body { font-family: 'Arial', sans-serif; line-height: 1.6; color: #333; max-width: 1200px; margin: 0 auto; padding: 20px; }
        h1, h2, h3 { color: #2c3e50; }
        h1 { font-size: 2.5em; text-align: center; margin-bottom: 30px; }
        h2 { font-size: 1.8em; margin: 25px 0 15px; border-bottom: 2px solid #e74c3c; padding-bottom: 5px; }
        h3 { font-size: 1.4em; margin: 20px 0 10px; }
        p { margin-bottom: 15px; }
        .btn { display: inline-block; background: #e74c3c; color: white; padding: 10px 20px; text-decoration: none; border-radius: 5px; margin: 10px 0; }
        .btn:hover { background: #c0392b; }
        img { max-width: 100%; height: auto; margin: 20px 0; }
        .nav { background: #34495e; padding: 10px; position: relative; }
        .nav-logo { font-size: 1.8em; font-weight: bold; color: white; text-decoration: none; }
        .nav-links { display: flex; justify-content: center; gap: 20px; margin-top: 10px; }
        .nav-links a { color: white; text-decoration: none; }
        .mobile-nav-toggle { display: none; position: absolute; right: 10px; top: 10px; background: none; border: none; color: white; font-size: 1.5em; }
        .game-tags { margin: 20px 0; }
        .game-tag { display: inline-block; background: #ecf0f1; padding: 5px 10px; margin-right: 5px; border-radius: 3px; }
        footer { margin-top: 40px; padding: 20px; background: #34495e; color: white; text-align: center; }
        @media (max-width: 768px) {
            .nav-links { display: none; flex-direction: column; }
            .nav-links.active { display: flex; }
            .mobile-nav-toggle { display: block; }
            h1 { font-size: 2em; }
            h2 { font-size: 1.5em; }
        }
