diff --git a/static/navbar.css b/static/navbar.css
index 227b6236aa2278e1331b5495f62deb16ea02e164..5676c54b2fce21c0d0e8e409f01589ce5fe59fbf 100644
--- a/static/navbar.css
+++ b/static/navbar.css
@@ -27,6 +27,8 @@ body{
     position: fixed;
     z-index: 10;
     transition: all 0.2s linear; */
+    height: 100px;
+    display: flex;
     position: fixed; /* Keep the navbar fixed at the top of the viewport */
     top: 0; /* Align it to the very top of the page */
     width: 100%; /* Make sure it spans the full width of the page */
@@ -46,6 +48,7 @@ body{
     background-position-x: -30px;
     text-decoration: none;
     background-repeat: no-repeat; */
+    background-color: red;
     flex-basis: 200px; /* Make sure this is large enough for the logo */
     height: 100%; /* Ensure the icon container height matches the nav */
     margin: 0 30px; /* Adjust margin to properly position the logo */