body { font-family: 'Segoe UI', sans-serif; line-height: 1.6; color: #333; max-width: 1200px; margin: 0 auto; padding: 20px; }
        .logo { font-size: 28px; font-weight: bold; color: #FF4500; text-shadow: 1px 1px 2px rgba(0,0,0,0.2); }
        nav { background: #2c3e50; padding: 15px; border-radius: 8px; margin-bottom: 25px; }
        nav a { color: white; margin: 0 10px; text-decoration: none; }
        .mobile-nav { display: none; }
        h1 { color: #FF4500; border-bottom: 3px solid #e74c3c; padding-bottom: 10px; }
        h2 { color: #2980b9; margin-top: 30px; }
        h3 { color: #27ae60; }
        .btn { display: inline-block; background: #e74c3c; color: white; padding: 12px 25px; border-radius: 5px; margin: 15px 0; text-decoration: none; }
        .img-container { margin: 25px 0; text-align: center; }
        img { max-width: 100%; height: auto; border-radius: 8px; }
        .tags { margin: 20px 0; }
        .tag { background: #3498db; color: white; padding: 5px 10px; margin: 5px; border-radius: 15px; display: inline-block; }
        footer { margin-top: 50px; padding: 20px; background: #34495e; color: white; border-radius: 8px; }
        @media (max-width: 768px) {
            .desktop-nav { display: none; }
            .mobile-nav { display: block; text-align: center; margin-bottom: 15px; }
            .toggle-btn { background: #e74c3c; color: white; padding: 10px; border: none; border-radius: 5px; }
        }
