diff --git a/index.css b/index.css
new file mode 100644
index 0000000000000000000000000000000000000000..ed1c3bfce53354626728f784ba9e83913f316b82
--- /dev/null
+++ b/index.css
@@ -0,0 +1,35 @@
+/*
+
+HOME PAGE
+
+*/
+
+
+
+h1 {
+ text-align:center;
+
+}
+
+#homePageJumbo {
+ background-color:#002f6c;
+
+
+
+
+}
+
+#homepageTitle {
+ color:#ffc915;
+ font-size:100px;
+}
+#homePageSlogan {
+ text-align:center;
+ color:#ffc915;
+ font-size:35px;
+ font-style:italic;
+
+}
+
+
+/* implement cool thing on the slogan where it glows */
\ No newline at end of file