diff --git a/src/components/Navbar.vue b/src/components/Navbar.vue
index 13648572d136d53356ba2f0573775647875e7f90..c452876c4db644b6969e9cf1dbc8e1485a9bf0b2 100644
--- a/src/components/Navbar.vue
+++ b/src/components/Navbar.vue
@@ -60,6 +60,10 @@ export default {
 #logoContainer {
     background-color: white;
     border-radius: 50%;
+    display: flex;
+    justify-content: center;
+    align-items:center;
+
 
 }
 #logoContainer img{
@@ -67,6 +71,7 @@ export default {
 }
 
 nav {
+    z-index: 999;
     position: fixed;
     top: auto;
     bottom: 0;
@@ -99,4 +104,5 @@ ul {
 li{
     text-align: center;
 }
+
 </style>
\ No newline at end of file