diff --git a/consuming.html b/consuming.html
index 23f9975..be8f727 100644
--- a/consuming.html
+++ b/consuming.html
@@ -12,6 +12,9 @@
Consuming Promises
Back to home
+
+
Waiting...
+
diff --git a/src/site.css b/src/site.css
index 2a83d9a..6835fd6 100644
--- a/src/site.css
+++ b/src/site.css
@@ -57,4 +57,15 @@ div.results {
.purple {
color: #675BA7
+}
+
+.hidden {
+ display: none;
+}
+
+.waiting {
+ background: #9BC850;
+ position: absolute;
+ top: 47%;
+ width: 50%;
}
\ No newline at end of file