diff --git a/public/index.html b/public/index.html
index 2895ad3..4dc97d0 100644
--- a/public/index.html
+++ b/public/index.html
@@ -18,7 +18,7 @@
Nebulosus
-
+
diff --git a/public/res/style.css b/public/res/style.css
index c0b6e97..c2dc783 100644
--- a/public/res/style.css
+++ b/public/res/style.css
@@ -23,6 +23,7 @@ header {
background-color: #fff;
border-bottom: 4px solid var(--theme-color);
color: #000;
+ align-content: center;
box-shadow: 0 0 20px var(--theme-color-lowlight);
}
@@ -42,6 +43,7 @@ main {
display: flex;
flex-direction: column;
width: 100vw;
+ margin-bottom: 4rem;
}
main section {