body { font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif; line-height: 1.6; color: #333; max-width: 1200px; margin: 0 auto; padding: 20px; }
        h1 { color: #FF4500; text-align: center; margin-bottom: 30px; }
        h2 { color: #008080; border-bottom: 2px solid #FFD700; padding-bottom: 5px; margin-top: 40px; }
        h3 { color: #8B4513; }
        .nav { background: #FFD700; padding: 10px; position: sticky; top: 0; display: flex; justify-content: space-between; align-items: center; }
        .nav-links { display: flex; gap: 20px; }
        .mobile-toggle { display: none; }
        @media (max-width: 768px) {
            .nav-links { display: none; flex-direction: column; width: 100%; }
            .nav-links.active { display: flex; }
            .mobile-toggle { display: block; }
        }
        .download-btn { background: #008000; color: white; padding: 10px 20px; border-radius: 5px; text-decoration: none; display: inline-block; margin: 15px 0; }
        .login-btn { background: #4169E1; color: white; padding: 10px 20px; border-radius: 5px; text-decoration: none; display: inline-block; margin: 15px 0; }
        .game-image { max-width: 100%; height: auto; margin: 20px 0; }
        .footer { background: #333; color: white; padding: 20px; text-align: center; margin-top: 40px; }
        .tags { margin: 20px 0; }
        .tag { background: #FFD700; color: #333; padding: 5px 10px; margin: 0 5px; border-radius: 3px; text-decoration: none; }
