diff --git a/blog.tmpl b/blog.tmpl
index afd88a0..f155efe 100644
--- a/blog.tmpl
+++ b/blog.tmpl
@@ -14,6 +14,7 @@
+{{end}}
diff --git a/contact.tmpl b/contact.tmpl
index 38f6fd0..5463979 100644
--- a/contact.tmpl
+++ b/contact.tmpl
@@ -1,9 +1,9 @@
{{define "contact"}}
{{end}}
diff --git a/style.tmpl b/style.tmpl
index 63b4351..c37fc79 100644
--- a/style.tmpl
+++ b/style.tmpl
@@ -103,6 +103,25 @@ ul {
background-color: #687fad;
}
+.bottomMenu {
+ display: flex;
+ justify-content: center;
+ text-decoration: none;
+ text-align: center;
+}
+
+.bottomMenuElement{
+ border: 20px;
+ padding: 10px;
+ text-decoration: none;
+}
+
+.bottomMenuElement:hover {
+ background-color: #ffffff;
+}
+
+}
+
#menu ul{
float: center;
text-align: center;