diff --git a/index.html b/index.html
index 809ff30..d44d28a 100644
--- a/index.html
+++ b/index.html
@@ -9,10 +9,10 @@
-
∞∞ Days
-∞∞ Hours
-∞∞ Minutes
-∞∞ Seconds
+∞∞ Days
+∞∞ Hours
+∞∞ Minutes
+∞∞ Seconds
diff --git a/main.css b/main.css
index 50ca54a..2869691 100644
--- a/main.css
+++ b/main.css
@@ -2,4 +2,5 @@ body {
background-color: black;
color: #0f0;
font-family: monospace;
+ font-size: 3rem;
}
diff --git a/main.js b/main.js
index 41e8a90..a54ca6a 100644
--- a/main.js
+++ b/main.js
@@ -22,10 +22,12 @@ const countdown = (target, heading) => {
if (heading === 1 || formatted.filter(timespan => timespan.substr(0, 1) == '-').length === 0) {
return `
-${formatted[0]} Days
-${formatted[1]} Hours
-${formatted[2]} Minutes
-${formatted[3]} Seconds
+
+${formatted[0]} Days
+${formatted[1]} Hours
+${formatted[2]} Minutes
+${formatted[3]} Seconds
+
`;
}
};