diff --git a/Pages/About-Us/style.css b/Pages/About-Us/style.css
index 48f58ad0f..880632ae1 100644
--- a/Pages/About-Us/style.css
+++ b/Pages/About-Us/style.css
@@ -51,3 +51,23 @@
transition: all 0.3s ease-in-out;
background-color: black;
}
+
+nav {
+ text-align: center;
+ }
+
+ nav ul{
+ list-style: none;
+ margin: 0 2px;
+ padding: 0;
+ }
+
+ nav li {
+ display: inline-block;
+ padding: 5px 5px;
+ }
+
+ nav a {
+ font-weight: normal;
+ font-size: .80em;
+ }
\ No newline at end of file
diff --git a/Pages/Doubt Engine/index.html b/Pages/Doubt Engine/index.html
index 2ad3aec9e..35a206f2b 100644
--- a/Pages/Doubt Engine/index.html
+++ b/Pages/Doubt Engine/index.html
@@ -50,13 +50,28 @@
diff --git a/Pages/Doubt Engine/style.css b/Pages/Doubt Engine/style.css
index b49e69794..f7682a35f 100644
--- a/Pages/Doubt Engine/style.css
+++ b/Pages/Doubt Engine/style.css
@@ -71,3 +71,22 @@
box-shadow: inset 0px 0.8px 0px -0.25px rgba(255, 255, 255, 0.2), 0px 0.5px 1.5px rgba(54, 122, 246, 0.25), 0px 0px 0px 3.5px rgba(58, 108, 217, 0.5);
outline: 0;
}
+ nav {
+ text-align: center;
+ }
+
+ nav ul{
+ list-style: none;
+ margin: 0 2px;
+ padding: 0;
+ }
+
+ nav li {
+ display: inline-block;
+ padding: 5px 5px;
+ }
+
+ nav a {
+ font-weight: normal;
+ font-size: .80em;
+ }
\ No newline at end of file
diff --git a/Pages/Quizes/index.html b/Pages/Quizes/index.html
index f2ec9822a..aa4975de5 100644
--- a/Pages/Quizes/index.html
+++ b/Pages/Quizes/index.html
@@ -21,15 +21,31 @@
-
-