diff --git a/index.html b/index.html index 1e8bdf4..d7fed18 100644 --- a/index.html +++ b/index.html @@ -75,6 +75,23 @@ .content.active { display: block; } + + /* New CSS for the About Us section */ + .about-us { + margin-top: 60px; + } + + .about-us h2 { + font-size: 28px; + color: #333; + margin-bottom: 10px; + } + + .about-us p { + font-size: 16px; + color: #666; + margin-bottom: 20px; + }