diff --git a/Frontend/assets/css/frame.css b/Frontend/assets/css/frame.css
index e0b5d5f..70d0b07 100644
--- a/Frontend/assets/css/frame.css
+++ b/Frontend/assets/css/frame.css
@@ -142,4 +142,9 @@ div#copyright a, a:visited,  a:active {
 #menu a:hover {
     transform: scale(1.25, 1.25);
     transition-duration: .3s;
+}
+
+.separator{
+    width: 100%;
+    padding:6px;
 }
\ No newline at end of file
diff --git a/Frontend/index.html b/Frontend/index.html
index 0382b74..abb8dbe 100644
--- a/Frontend/index.html
+++ b/Frontend/index.html
@@ -48,7 +48,9 @@
                 Copyright © 2023
                 Release11 Sp. z. o. o.
                 Terms of use
-                Privacy statement
+                Privacy statement
+