diff --git a/src/main/resources/static/css/templatingstyle.css b/src/main/resources/static/css/templatingstyle.css
index bed70992d4d273e52aae558c84c075d7c904714d..1ffc84d486810f03102e4a7534aa5d088c97bab0 100644
--- a/src/main/resources/static/css/templatingstyle.css
+++ b/src/main/resources/static/css/templatingstyle.css
@@ -1,6 +1,6 @@
 /* Header */
 .headerBar {
-    /*border-bottom: 2px rgb(230, 230, 230) solid;*/
+    border-bottom: 2px rgb(230, 230, 230) solid;
     margin-bottom: 20px;
     display: flex;
     background-color: rgb(84, 33, 128);
@@ -63,7 +63,7 @@ footer {
     display: flex;
     justify-content: center;
     background-color: rgb(84, 33, 128);
-    /*border-top: 2px rgb(230, 230, 230) solid;*/
+    border-top: 2px rgb(230, 230, 230) solid;
     font-size: 1vw;
 }
 .footerBar{