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: #ff6b35; text-align: center; margin-bottom: 30px; }
        h2 { color: #0077b6; border-bottom: 2px solid #f7a41d; padding-bottom: 5px; }
        h3 { color: #4caf50; }
        .nav-container { background-color: #001d3d; padding: 15px; position: sticky; top: 0; z-index: 100; }
        .nav-menu { display: flex; justify-content: space-between; align-items: center; }
        .logo { font-size: 24px; font-weight: bold; color: #ffcc00; }
        .nav-links a { color: white; margin: 0 10px; text-decoration: none; }
        .mobile-menu-btn { display: none; background: none; border: none; color: white; font-size: 20px; }
        .download-btn { background-color: #4caf50; color: white; padding: 12px 25px; border-radius: 5px; margin: 20px 0; text-decoration: none; display: inline-block; }
        .login-btn { background-color: #2196f3; color: white; padding: 12px 25px; border-radius: 5px; margin: 20px 0; text-decoration: none; display: inline-block; }
        .game-image { max-width: 100%; height: auto; margin: 20px 0; }
        .tags { margin: 20px 0; }
        .tag { background-color: #e0e0e0; padding: 5px 10px; border-radius: 3px; margin: 3px; display: inline-block; }
        .footer { background-color: #001d3d; color: white; padding: 20px; text-align: center; margin-top: 40px; }
        @media (max-width: 768px) {
            .nav-links { display: none; }
            .mobile-menu-btn { display: block; }
            .nav-menu.active .nav-links { display: flex; flex-direction: column; width: 100%; }
            .nav-menu.active { flex-direction: column; }
        }
