diff --git a/page.html b/page.html
index 8d05178e902fd2b07bb30c6a460f43faa774228a..dc91c0eb30bf1ff3eae3b218ae05c06e037a61f1 100644
--- a/page.html
+++ b/page.html
@@ -1,14 +1,6 @@
 {% extends "templates/page.html" %}
 
-{% block footer %}
-<div class="container text-center" id="footer-page">
-    <hr>
-    <p>The JupyterHub is provided by the  ITS and ATI at California State Univeristy San Bernardino</p>
-</div>
-{% endblock %}
-
 {% block stylesheet %}
-{{ super() }}
 <style>
 #footer-page {
     position: absolute;
@@ -16,4 +8,13 @@
     padding: 3px;
     }
 </style>
-{% endblock}
\ No newline at end of file
+{{ super() }}
+{% endblock}
+
+{% block footer %}
+<div class="container text-center" id="footer-page">
+    <hr>
+    <p>The JupyterHub is provided by the  ITS and ATI at California State Univeristy San Bernardino</p>
+</div>
+{% endblock %}
+