diff --git a/index.css b/index.css
index e440658..4086188 100644
--- a/index.css
+++ b/index.css
@@ -20,4 +20,11 @@
.timer.over {
color: #f00;
animation: blinker 0.5s ease infinite;
+}
+
+.timer.loading {
+ font-size: 2em;
+ margin: auto;
+ margin-bottom: 2.5em;
+ margin-top: 2.5em;
}
\ No newline at end of file
diff --git a/index.html b/index.html
index 10a9835..aa3c6fb 100644
--- a/index.html
+++ b/index.html
@@ -23,8 +23,13 @@