diff --git a/main.css b/main.css
index 9a6b97a8e27490a062287f18c537dda6a14e2f2a..714f94151fb05b21f7b97b82ae59b5b0451eba0e 100644
--- a/main.css
+++ b/main.css
@@ -9,7 +9,7 @@ body {
 }
 
 header {
-    background-color: #333;
+    background-color: #B5C18E;
     color: #fff;
     padding: 10px 0;
     text-align: center;
@@ -28,13 +28,17 @@ section {
     margin-bottom: 20px;
 }
 
-h1, h2 {
+h1, {
+    color: #fff;
+}
+
+h2, {
     color: #333;
 }
 
 footer {
     text-align: center;
-    background-color: #333;
+    background-color: #B5C18E;
     color: #fff;
     padding: 10px 0;
 }
\ No newline at end of file
diff --git a/main.html b/main.html
index 0fbd4b52410ac75a24ba61961d9282a3a4c71204..e42529eebe696c6a65cafd43ff995922d98fdd72 100644
--- a/main.html
+++ b/main.html
@@ -3,7 +3,7 @@
 <head>
     <meta charset="UTF-8">
     <meta name="viewport" content="width=device-width, initial-scale=1.0">
-    <title>Your Page Title</title>
+    <title>Sentiment Text Anaysis</title>
     <link rel="stylesheet" href="main.css">
     <!-- Add any additional metadata, stylesheets, or scripts here -->
 </head>
@@ -16,7 +16,7 @@
     <main>
         <section>
             <h2>About</h2>
-            <p>This project is a chrome extension that acts to remind users to keep their comments positive online to make the internet a more positive space.</p>
+            <p>This project is a chrome extension that acts to remind users to keep their comments positive online with image popups to make the internet a more inclusive space.</p>
         </section>
 
         <section>