diff --git a/css/main.css b/css/main.css
index 00c130a..75a5c75 100644
--- a/css/main.css
+++ b/css/main.css
@@ -8,9 +8,20 @@
}
.footer {
+ padding: 1rem;
position: fixed;
bottom: 0;
width: 100%;
+ background-color: #F2F2F2;
+}
+
+.footer q {
+ font-size: 0.9rem;
+ line-height: 1.2;
+}
+
+.footer small {
+ font-size: 0.8rem;
}
.orientation-modal {
diff --git a/index.html b/index.html
index 0ab35f1..ef38fe8 100644
--- a/index.html
+++ b/index.html
@@ -797,7 +797,15 @@