Creating Stores and using Observables

Change-Id: I214692e64df065beaddee0e0ec8759de540c269d
diff --git a/src/index.scss b/src/index.scss
index 2cbe173..3d155ca 100644
--- a/src/index.scss
+++ b/src/index.scss
@@ -36,6 +36,7 @@
     flex-basis: 90%;
     background: darken(grey, 25);
     padding: 20px;
+    color: #eee;
   }
 }
 
@@ -49,12 +50,6 @@
   font-size: 1.5rem;
   margin: 1rem;
 }
-.header-date {
-  flex: 1;
-  text-align: right;
-  margin: 1rem;
-  white: white;
-}
 
 .footer {
   padding: 0.5rem;
@@ -63,3 +58,7 @@
   text-align: center;
   color: white;
 }
+
+h1 {
+  color: #fff;
+}
\ No newline at end of file