body { font-family: 'Segoe UI', Arial, sans-serif; line-height: 1.6; color: #333; max-width: 1200px; margin: 0 auto; padding: 20px; }
        h1 { color: #FF4500; border-bottom: 3px solid #FFA500; padding-bottom: 10px; }
        h2 { color: #006400; margin-top: 30px; }
        h3 { color: #8B4513; }
        .logo { font-size: 28px; font-weight: bold; color: #FF4500; text-shadow: 2px 2px 4px rgba(0,0,0,0.3); }
        .nav { background-color: #FFA500; padding: 15px; display: flex; justify-content: space-between; align-items: center; }
        .nav-links a { color: white; text-decoration: none; margin-left: 20px; }
        .mobile-toggle { display: none; }
        .download-btn { background-color: #006400; color: white; padding: 12px 25px; border-radius: 5px; text-decoration: none; font-weight: bold; margin: 20px 0; }
        .login-btn { background-color: #8B4513; color: white; padding: 12px 25px; border-radius: 5px; text-decoration: none; font-weight: bold; margin: 20px 0; }
        .game-image { max-width: 100%; height: auto; margin: 20px 0; }
        .tags { margin: 20px 0; }
        .tags a { background-color: #e0e0e0; padding: 5px 10px; border-radius: 3px; text-decoration: none; color: #333; margin-right: 5px; }
        footer { background-color: #333; color: white; padding: 20px; text-align: center; margin-top: 40px; }
        @media (max-width: 768px) {
            .nav-links { display: none; }
            .mobile-toggle { display: block; }
            .nav.active .nav-links { display: flex; flex-direction: column; }
        }
