diff --git a/index.html b/index.html index 582dc28..4f39d12 100644 --- a/index.html +++ b/index.html @@ -102,7 +102,8 @@
diff --git a/stylesheets/layout.css b/stylesheets/layout.css index 8b72325..ee66d02 100755 --- a/stylesheets/layout.css +++ b/stylesheets/layout.css @@ -395,6 +395,22 @@ button:focus { font-size: 6em; } } + +.help-link { + text-align: center; + margin-top: 10px; + font-size: 18px; +} + +.help-link a { + color: #a41034; + text-decoration: underline; +} + +.help-link a:hover { + text-decoration: none; +} + .footer { background-color: #333; border: none;