diff --git a/templates/index.html b/templates/index.html index 5739267..6fa6fa3 100644 --- a/templates/index.html +++ b/templates/index.html @@ -35,6 +35,21 @@ footer { background-color: #343a40; color: white; + padding: 40px 0; + } + footer h2 { + font-size: 1.5rem; + margin-bottom: 1rem; + } + footer p { + margin-bottom: 0.5rem; + } + footer a { + color: #ffc107; + } + footer a:hover { + color: #ffca2c; + text-decoration: none; } @@ -60,24 +75,26 @@ -