diff --git a/css/navbar-top-fixed.css b/css/navbar-top-fixed.css
new file mode 100644
index 0000000..5e5b01d
--- /dev/null
+++ b/css/navbar-top-fixed.css
@@ -0,0 +1,5 @@
+/* Show it is fixed to the top */
+body {
+ min-height: 75rem;
+ padding-top: 4.5rem;
+ }
\ No newline at end of file
diff --git a/index.php b/index.php
index 61334c0..33bd41c 100644
--- a/index.php
+++ b/index.php
@@ -104,6 +104,7 @@ if ($CallingHome['Active']) {
+