body { font-family: 'Arial', sans-serif; line-height: 1.6; color: #333; max-width: 1200px; margin: 0 auto; padding: 20px; }
        h1 { color: #e74c3c; border-bottom: 3px solid #f39c12; padding-bottom: 10px; }
        h2 { color: #2980b9; margin-top: 30px; }
        h3 { color: #27ae60; }
        .logo { font-size: 28px; font-weight: bold; color: #e74c3c; text-transform: uppercase; letter-spacing: 2px; }
        .nav { background: #34495e; padding: 15px; position: relative; }
        .nav-links { display: flex; gap: 20px; }
        .nav-links a { color: white; text-decoration: none; }
        .mobile-toggle { display: none; }
        .download-btn { background: #2ecc71; color: white; padding: 12px 25px; border-radius: 5px; text-decoration: none; margin: 20px 0; display: inline-block; }
        .login-btn { background: #3498db; color: white; padding: 12px 25px; border-radius: 5px; text-decoration: none; margin: 20px 0; display: inline-block; }
        .game-image { max-width: 100%; height: auto; margin: 20px 0; }
        .footer { background: #2c3e50; color: white; padding: 20px; text-align: center; margin-top: 40px; }
        @media (max-width: 768px) {
            .nav-links { flex-direction: column; display: none; }
            .mobile-toggle { display: block; position: absolute; right: 20px; top: 15px; }
            .nav.active .nav-links { display: flex; }
        }
