diff --git a/pages/home.php b/pages/home.php
index 7e7c809..7a69827 100644
--- a/pages/home.php
+++ b/pages/home.php
@@ -116,9 +116,11 @@ redirectifnotloggedin();
}
-
+
+
+
-
diff --git a/static/css/app.css b/static/css/app.css
index b83b8a0..d259f5d 100644
--- a/static/css/app.css
+++ b/static/css/app.css
@@ -43,4 +43,8 @@ body {
.footer {
margin-top: 10em;
text-align: center;
+}
+
+.no-underline, .no-underline:hover {
+ text-decoration: none;
}
\ No newline at end of file