diff --git a/static/css/main.css b/static/css/main.css
index 087b118..db280c1 100644
--- a/static/css/main.css
+++ b/static/css/main.css
@@ -67,4 +67,8 @@ a {
img {
border-radius: 4px;
width: 100%;
-}
\ No newline at end of file
+}
+
+.tc {
+ text-align: center;
+}
diff --git a/templates/index.html b/templates/index.html
index 6f2f310..908407c 100644
--- a/templates/index.html
+++ b/templates/index.html
@@ -22,7 +22,7 @@
-
Unless noted otherwise, all work on this website is licenced under CC0
+Unless noted otherwise, all work on this website is licenced under CC0