body { font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif; line-height: 1.6; color: #333; max-width: 1200px; margin: 0 auto; padding: 20px; }
        header { background: #f8e8d5; padding: 15px; text-align: center; position: relative; }
        .logo { font-size: 28px; font-weight: bold; color: #8b4513; text-shadow: 1px 1px 2px rgba(0,0,0,0.1); }
        nav { display: flex; justify-content: center; gap: 20px; margin-top: 10px; }
        nav a { color: #8b4513; text-decoration: none; font-weight: 500; }
        .mobile-menu-btn { display: none; position: absolute; top: 10px; right: 10px; }
        @media (max-width: 768px) {
            nav { display: none; flex-direction: column; align-items: center; }
            .mobile-menu-btn { display: block; }
            .show-menu { display: flex !important; }
        }
        .game-image { width: 100%; max-width: 600px; margin: 20px auto; display: block; }
        .btn { display: inline-block; padding: 12px 25px; background: #8b4513; color: white; text-decoration: none; border-radius: 5px; margin: 10px 0; }
        .download-section { text-align: center; margin: 30px 0; }
        footer { background: #f8e8d5; padding: 20px; text-align: center; margin-top: 40px; }
