diff --git a/CSS/post.css b/CSS/post.css
index b5eb3a9..43d7bcf 100644
--- a/CSS/post.css
+++ b/CSS/post.css
@@ -14,6 +14,9 @@ body {
section {
height: 75vh;
+
+ justify-content: center;
+ text-align: center;
}
.SmallButton {
diff --git a/HTML/post.html b/HTML/post.html
index 2ef20b5..5523ed6 100644
--- a/HTML/post.html
+++ b/HTML/post.html
@@ -27,8 +27,10 @@
-
-
+
+
+
+
POST!