diff --git a/about-us.html b/about-us.html index f3e6b59..e575efe 100644 --- a/about-us.html +++ b/about-us.html @@ -23,6 +23,14 @@ align-items: center; padding: 1rem 2rem; } + .site-name { + color: #ffffff; /* Changed to white for better visibility */ + font-size: 24px; /* Slightly increased size */ + font-weight: 600; /* Made it semi-bold */ + margin: 0; + text-transform: uppercase; /* Added uppercase for emphasis */ + letter-spacing: 1px; /* Added letter spacing */ + } .navbar a { color: #a0a0a0; font-size: 18px; @@ -35,6 +43,7 @@ color: #fff; background-color: rgba(255, 255, 255, 0.1); } + /* Rest of your CSS remains the same */ h1 { font-size: 2.5rem; color: #353047; @@ -102,24 +111,24 @@ } } - -
-