diff --git a/layouts/_default/baseof.html b/layouts/_default/baseof.html
index c70ee86..65fa290 100644
--- a/layouts/_default/baseof.html
+++ b/layouts/_default/baseof.html
@@ -4,6 +4,8 @@
{{ partial "head.html" . }}
{{ partial "favicons.html" . }}
{{ partial "meta.html" . }}
+
+
{{ block "body" . }}
diff --git a/static/css/style.css b/static/css/style.css
new file mode 100644
index 0000000..2b5e1b7
--- /dev/null
+++ b/static/css/style.css
@@ -0,0 +1,9 @@
+/* Prevent excess gaps underneath headers. Looks horrible! */
+h1,h2,h3 {
+ margin-bottom: 8px;
+ margin-top: 4px;
+}
+h4,h5,h6 {
+ margin-bottom: 4px;
+ margin-top: 2px;
+}