diff --git a/index.html b/index.html
index e52427d..ebf546c 100644
--- a/index.html
+++ b/index.html
@@ -5,6 +5,7 @@
+
diff --git a/style.css b/style.css
new file mode 100644
index 0000000..88d4260
--- /dev/null
+++ b/style.css
@@ -0,0 +1,23 @@
+body {
+ background-color:#C1FFD0;
+
+}
+.jumbortan h2{
+ color:#A358B7;
+ font-family: Helvetica, sans-serif;
+ font-weight:lighter;
+ font-size: 60px
+}
+.list-group-item {
+ background-color:#A3FFB7;
+ background-image: linear-gradient( .75turn, #A3FFB7 , #6AFFB7);
+}
+
+a {
+ text-decoration: none;
+ color: #A358B7;
+}
+a:hover {
+ color:black;
+ text-decoration: none;
+}
\ No newline at end of file