diff --git a/templates/index.html b/templates/index.html
index fbea704..10ac3cd 100644
--- a/templates/index.html
+++ b/templates/index.html
@@ -74,6 +74,35 @@
margin-top: 20px;
color: #f5f5f5;
}
+
+
+.footer {
+ background-color: #2c2f33;
+ color: #99aab5;
+ padding: 10px 0;
+ position: fixed;
+ bottom: 0;
+ width: 100%;
+ text-align: center;
+ font-size: 14px;
+}
+
+.footer a {
+ color: #61afef;
+ text-decoration: none;
+}
+
+.footer a:hover {
+ text-decoration: underline;
+}
+
+.footer .container {
+ max-width: 1200px;
+ margin: 0 auto;
+ padding: 0 15px;
+}
+
+