diff --git a/custom.css b/custom.css
index 3c8ccfd..d462d66 100644
--- a/custom.css
+++ b/custom.css
@@ -18,7 +18,7 @@ body {
 }
 
 h1 {
-  font-family: "CooperHewittBold";
+  font-family: "CooperHewittBold" !important;
   font-weight: normal;
   font-style: normal;
 }
@@ -33,3 +33,9 @@ a:hover {
   /* font-weight: bold; */
   font-style: italic;
 }
+
+section {
+  height: 100vh;
+  position: relative;
+  top: 10vh;
+}