diff --git a/NodeAPI/public/css/style.css b/NodeAPI/public/css/style.css
index c2b5458585d6204db2b11aa798932c36bbdabdfa..d6d7f62bb632b1dab57a57dfe3a77c5a625b0b05 100644
--- a/NodeAPI/public/css/style.css
+++ b/NodeAPI/public/css/style.css
@@ -183,4 +183,16 @@ table, th, td {
 
 td{
   min-width: 10em;
+  font-family: Calibri, 'Trebuchet MS', sans-serif;
+}
+
+th{
+  color: #e95e01;
+  font-size: 1.2em;
+}
+
+.thead{
+  font-family: Calibri, 'Trebuchet MS', sans-serif;
+  color: cornflowerblue;
+  font-size: 2em;
 }
\ No newline at end of file
diff --git a/NodeAPI/views/submissions.ejs b/NodeAPI/views/submissions.ejs
index d085446a111b195d33b549edd6c59708fd84d906..8e95f03f46d5d2bf22a8138d77eea0e8e71bd352 100644
--- a/NodeAPI/views/submissions.ejs
+++ b/NodeAPI/views/submissions.ejs
@@ -19,7 +19,7 @@
     </div>
     <body>
 
-      <h1>Posts</h1>
+      <h1 class = "thead text-center">Movie Submissions and Predictions</h1>
       <%- include("table", {items}); %>
      
     </body>