diff --git a/public/stylesheets/main.css b/public/stylesheets/main.css
index d3e22dd..ecaeeae 100644
--- a/public/stylesheets/main.css
+++ b/public/stylesheets/main.css
@@ -67,3 +67,7 @@ h2 {
span.num {
color: var(--neon-purple)
}
+
+#footer {
+ text-align: center;
+}
diff --git a/views/footer.pug b/views/footer.pug
index 9660448..b515781 100644
--- a/views/footer.pug
+++ b/views/footer.pug
@@ -1,7 +1,7 @@
- url = "http://seanland.ca"
- git = "https://git.snld.xyz/Seanland/unesco-tracker"
-
-p Made with #[a(href=git) unesco-tracker] | Copyright: #[a(href=url) ©️ Sean Clarke]
-
-p
-
Buy me a coffee
+div(id="footer")
+ p Made with #[a(href=git) unesco-tracker] | Copyright: #[a(href=url) ©️ Sean Clarke]
+
+ p
+
Buy me a coffee