body { font-family: 'Segoe UI', Arial, sans-serif; line-height: 1.6; color: #333; max-width: 1200px; margin: 0 auto; padding: 20px; }
        h1 { color: #2c3e50; font-size: 2.5em; text-align: center; margin-bottom: 30px; }
        h2 { color: #e74c3c; border-bottom: 2px solid #e74c3c; padding-bottom: 5px; margin-top: 40px; }
        h3 { color: #3498db; margin-top: 25px; }
        .logo { font-size: 2em; font-weight: bold; color: #e74c3c; text-shadow: 1px 1px 2px #ccc; }
        .mobile-nav { display: none; background: #2c3e50; color: white; padding: 10px; text-align: center; }
        .nav-links { display: flex; justify-content: space-around; background: #2c3e50; padding: 15px 0; }
        .nav-links a { color: white; text-decoration: none; }
        .cta-button { display: inline-block; background: #e74c3c; color: white; padding: 10px 20px; margin: 15px 0; border-radius: 5px; text-decoration: none; }
        img { max-width: 100%; height: auto; margin: 20px 0; }
        .game-info { background: #f9f9f9; padding: 20px; border-radius: 8px; margin: 20px 0; }
        .stats { display: flex; justify-content: space-around; margin: 30px 0; }
        .stat-box { background: #3498db; color: white; padding: 15px; border-radius: 8px; text-align: center; }
        @media (max-width: 768px) {
            .nav-links { flex-direction: column; align-items: center; }
            .mobile-nav { display: block; }
            .desktop-nav { display: none; }
        }
