diff --git a/index.css b/index.css
index 30e7c63d954..be480ab6c78 100644
--- a/index.css
+++ b/index.css
@@ -19,9 +19,21 @@ html {
body {
margin: 0;
+ display:flex;
+ flex-direction: column;
+ align-items: center;
background: #484050;
}
+#links {
+ width: 90%;
+ text-align: center;
+ position: fixed;
+ bottom: 0;
+ display: flex;
+ justify-content: space-around;
+}
+
#app {
display: flex;
justify-content: center;
@@ -195,6 +207,17 @@ input:-internal-autofill-selected {
}
}
+#tnc-links {
+ font-size: xx-small;
+ position: relative;
+}
+
+a {
+ color: #328cea;
+ margin-right: 4px;
+ margin-left: 4px;
+}
+
/* Firefox old*/
@-moz-keyframes blink {
0% {
diff --git a/index.html b/index.html
index 3722bdd3422..ebe5b063c52 100644
--- a/index.html
+++ b/index.html
@@ -39,6 +39,7 @@
+