diff --git a/about.html b/about.html
index c4b9ff96b19397bb26df7ec026d5ed163b7d36a2..848397e8f763752370e43de9cadf693663b35ce7 100644
--- a/about.html
+++ b/about.html
@@ -51,8 +51,8 @@
                 </div>
                 <span class="navbar-brand h1"><img id="drexel_dragon"src="drexel_dragon.png"></span>
             </nav>     
-        <div class="sub_section" id="restaurants_section">
-            <h1>Restaurants</h1>
+        <div class="sub_section" id="about_section">
+            <h1>About Us</h1>
         
         
         </div>
diff --git a/index.css b/index.css
index d9b619bb925139fa5b03c62aa4f5b2cda003e5f9..e294105a673fc7766edbb83709f2f1b91a72e46e 100644
--- a/index.css
+++ b/index.css
@@ -336,6 +336,10 @@ h1 {
     background-color:orange;
 }
 
+#about_section {
+    background-color:#002f6c;
+}
+
 
 /* side pages */