diff --git a/frontend/static/index.html b/frontend/static/index.html
index 137760e..0df17bb 100644
--- a/frontend/static/index.html
+++ b/frontend/static/index.html
@@ -58,6 +58,11 @@
a {
color: inherit;
+}
+body>a {
+ width: 100%;
+ text-align: center;
+ display: inline-block;
}