diff --git a/static/style.css b/static/style.css
index c66395210cf8ccdb98cc1e7a553b4e2ec548be21..1b151634139c93914b0f410d00d5ec5637f3f004 100644
--- a/static/style.css
+++ b/static/style.css
@@ -6,7 +6,7 @@ body {
     margin-left: auto; 
 }
 .bg-dark {
-    background-color: #343a401A !important; 
+    background-color: #343a404C !important; 
 }
 .bg-hero {
     background-color: #bcd5f8; height: 550px;
diff --git a/wiki/menu.html b/wiki/menu.html
index 72281a281f6560e69f7016b550ca1bef3c2d0252..6e51f2df3645e1bb8ccc7d9b7de16d16cb6b7a0c 100644
--- a/wiki/menu.html
+++ b/wiki/menu.html
@@ -3,7 +3,7 @@
 
     <!---- TEAM NAME ---->
     <a class="navbar-brand" href="#">
-      <img src = "https://static.igem.wiki/teams/5428/logo4.png" style ="width: 6%; height: 6%;">
+      <img src = "https://static.igem.wiki/teams/5428/logo4.png" style ="width: 5%; height: 5%;">
       USP-Brazil
     </a>
 
@@ -59,6 +59,7 @@
             Human Practices
           </a>
           <ul class="dropdown-menu bg-dark" aria-labelledby="navbarDropdown">
+            <li><a class="dropdown-item" href="{{ url_for('pages', page='education') }}">Education</a></li>
             <li><a class="dropdown-item" href="{{ url_for('pages', page='human-practices') }}">Human Practices</a></li>
             <li><a class="dropdown-item" href="{{ url_for('pages', page='integrated-human-practices') }}">Integrated Human Practices</a></li>
           </ul>
@@ -70,7 +71,6 @@
             Awards
           </a>
           <ul class="dropdown-menu bg-dark" aria-labelledby="navbarDropdown">
-            <li><a class="dropdown-item" href="{{ url_for('pages', page='education') }}">Education</a></li>
             <li><a class="dropdown-item" href="{{ url_for('pages', page='entrepreneurship') }}">Entrepreneurship</a></li>
             <li><a class="dropdown-item" href="{{ url_for('pages', page='hardware') }}">Hardware</a></li>
             <li><a class="dropdown-item" href="{{ url_for('pages', page='inclusivity') }}">Inclusivity</a></li>