body { font-family: 'Arial', sans-serif; line-height: 1.6; color: #333; max-width: 1200px; margin: 0 auto; padding: 20px; }
        h1 { color: #ff6b35; text-align: center; }
        h2 { color: #008891; border-bottom: 2px solid #ff6b35; padding-bottom: 5px; }
        h3 { color: #00a8cc; }
        .logo { font-size: 2.5em; font-weight: bold; color: #ff6b35; text-shadow: 2px 2px 4px rgba(0,0,0,0.3); }
        .nav { background-color: #003459; padding: 10px; position: sticky; top: 0; z-index: 100; }
        .nav a { color: white; margin: 0 15px; text-decoration: none; }
        .mobile-nav-btn { display: none; background: #ff6b35; color: white; border: none; padding: 10px; }
        .content-img { max-width: 100%; height: auto; margin: 20px 0; }
        .btn { display: inline-block; padding: 10px 20px; background: #ff6b35; color: white; text-decoration: none; margin: 10px 0; border-radius: 5px; }
        .footer { background: #003459; color: white; padding: 20px; text-align: center; margin-top: 30px; }
        @media (max-width: 768px) {
            .nav { display: none; }
            .mobile-nav-btn { display: block; }
            .nav.active { display: block; }
            .nav a { display: block; padding: 10px; }
        }
