diff --git a/public/index.html b/public/index.html
index 0e9680d..49ccb93 100644
--- a/public/index.html
+++ b/public/index.html
@@ -99,10 +99,10 @@
position: relative;
min-height: 100vh;
display: flex;
- align-items: center;
+ align-items: flex-end;
justify-content: center;
text-align: center;
- padding: 6rem 2rem;
+ padding: 2rem 2rem 8vh;
background: var(--midnight);
overflow: hidden;
}