diff --git a/index.html b/index.html
index 19b91e5..95e6a6b 100644
--- a/index.html
+++ b/index.html
@@ -25,6 +25,20 @@
list-style-type: none;
}
+ h1 {
+ //text-transform: uppercase;
+ color: #fff;
+ text-shadow: -4px 4px #ef3550ee,
+ -8px 8px #f48fb1dd,
+ -12px 12px #7e57c2cc,
+ -16px 16px #2196f3bb,
+ -20px 20px #26c6daaa,
+ -24px 24px #43a04799,
+ -28px 28px #eeff4188,
+ -32px 32px #f9a82577,
+ -36px 36px #ff572266;
+ }
+
/* unvisited link */
a:link {
color: red;