diff --git a/docs/assets/css/home.css b/docs/assets/css/home.css
index e7240da..66b0415 100644
--- a/docs/assets/css/home.css
+++ b/docs/assets/css/home.css
@@ -9,6 +9,11 @@
background-size: cover;
background-position: center;
z-index: 10;
+ font-family: 'Pacifico', cursive;
+}
+
+.fcenter {
+ align-self: center;
}
@media screen and (max-width: 850px) {
diff --git a/docs/assets/css/main.css b/docs/assets/css/main.css
index 3a9fcb2..af14632 100644
--- a/docs/assets/css/main.css
+++ b/docs/assets/css/main.css
@@ -1,4 +1,4 @@
-@import url('https://fonts.googleapis.com/css2?family=Roboto&display=swap');
+@import url('https://fonts.googleapis.com/css2?family=Pacifico&family=Roboto&display=swap');
body {
font-family: "Roboto", sans-serif;
@@ -135,6 +135,11 @@ section a:hover, section a:focus {
padding: 25px;
}
+.centercontainer {
+ display: inline-block;
+ text-align: left;
+}
+
@media screen and (min-width: 1000px) {
.top {
grid-row: 1;
diff --git a/docs/index.html b/docs/index.html
index 1aea465..40c60cc 100644
--- a/docs/index.html
+++ b/docs/index.html
@@ -45,13 +45,13 @@