diff --git a/static/style.css b/static/style.css
index 6c3d5cefe10721d362472848fe7e6ba87d442e7d..d6cc3bf9f2519619ab6e07050dbf20a221c56910 100644
--- a/static/style.css
+++ b/static/style.css
@@ -2,6 +2,9 @@ body { padding-top: 56px; }
 .left-aligned { margin-left: auto; }
 .bg-dark { background-color: #343a40 !important; }
 .bg-hero { background-color: #C6EBE8; }
+.custom-color {
+    color: #185A4F; /* Custom color */
+}
 
 /* CALLOUT */
 .bd-callout { padding:1.25rem; margin-top:1.25rem; margin-bottom:1.25rem; border:1px solid #e9ecef; border-left-width:.25rem; border-radius:.25rem }
diff --git a/wiki/layout.html b/wiki/layout.html
index b72d89a46479ddb69f88f2a6c055efb41b1ed5f3..004b06dff04d72eb6db052d360f4ce1ca2460a22 100644
--- a/wiki/layout.html
+++ b/wiki/layout.html
@@ -21,7 +21,7 @@
   {% include 'menu.html' %}
 
   <!-- Header -->
-  <header class="bg-hero py-5 mb-5">
+  <!-- <header class="bg-hero py-5 mb-5">
     <div class="container h-100">
       <div class="row h-100 align-items-center">
         <div class="col-lg-12">
@@ -30,6 +30,17 @@
         </div>
       </div>
     </div>
+  </header> -->
+
+  <header class="bg-hero py-5 mb-5">
+    <div class="container h-100">
+      <div class="row h-100 align-items-center">
+        <div class="col-lg-12">
+          <h1 class="display-4 mt-5 mb-2 custom-color">{{ self.title() }}</h1>
+          <p class="lead mb-5 custom-color">{% block lead %}{% endblock %}</p>
+        </div>
+      </div>
+    </div>
   </header>
 
   <!-- Page Content -->
diff --git a/wiki/pages/description.html b/wiki/pages/description.html
index 3c86066297e514c55e5b89d3441c6a5fb00a7b5c..7b68db12e0812cfd0c2d011545475e4e2fd058e5 100644
--- a/wiki/pages/description.html
+++ b/wiki/pages/description.html
@@ -8,7 +8,7 @@
 <h1> NitroBLAST: Laying the foundation for nitrogen fixation.</h1>
 
 <h2> The Nitrogen Crisis in the Netherlands </h2>
-<p>The Netherlands has been facing a pressing nitrogen crisis for several years. This crisis is largely attributed to the agriculture sector, with over 80% of ammonia emissions coming from manure <a href="#cite1">[1]</a> and chemical fertilizers <a href="#cite2">[2]</a>.</p>
+    <p>The Netherlands has been facing a pressing nitrogen crisis for several years. This crisis is largely attributed to the agriculture sector, with over 80% of ammonia emissions coming from manure <a href="#cite1">[1]</a> and chemical fertilizers <a href="#cite2">[2]</a>.</p>
 
     <p>The over-use of fertilizers have a detrimental effect on the environment through the deposition of excess nitrogen oxides and ammonia in the ground, excessively enriching the environment with nutrients promoting uncontrolled plant and algal growth, or eutrophication, a form of nutrient imbalance <a href="#cite3">[3]</a> that negatively impacts the local biodiversity. This highlights the need of the hour, a solution for increasing global food supply while maintaining environmental standards.</p>