diff --git a/public/index.html b/public/index.html
index 4d6889a..b7d3d07 100755
--- a/public/index.html
+++ b/public/index.html
@@ -11,6 +11,7 @@
+
Hi! It's good to see you \( ‘ o ‘ )/
diff --git a/public/style.css b/public/style.css
index 04e5955..8ff9ced 100755
--- a/public/style.css
+++ b/public/style.css
@@ -15,6 +15,7 @@ body {
margin: 0;
background: #241917;
color: #f3bbae;
+ font-family: Monaco, monospace;
}
body,
@@ -46,7 +47,7 @@ body,
.center-text {
position: absolute;
top: 35vh;
- left: 8.5rem;
+ left: 10.5rem;
gap: 25px;
display: flex;
flex-direction: column;
@@ -54,7 +55,7 @@ body,
@media only screen and (min-width: 1024px) {
.center-text {
- left: 3.5rem;
+ left: 10z.5rem;
}
}