diff --git a/css/style.css b/css/style.css
index bfcf2e6..4feea20 100644
--- a/css/style.css
+++ b/css/style.css
@@ -9,6 +9,7 @@
height: 100%;
color: black;
text-decoration: none;
+ z-index: 0;
}
html body{
@@ -175,4 +176,22 @@ footer{
height: 30px;
width: 100px;
margin-left: 50px;
+}
+
+footer{
+ height: 25%;
+ vertical-align: middle;
+ text-align: center;
+ margin-top: 1%;
+
+}
+footer h3{
+height: auto;
+}
+#epiList{
+ overflow: auto;
+}
+
+#epiList li{
+ height: auto;
}
\ No newline at end of file
diff --git a/index.html b/index.html
index e73d264..014e518 100644
--- a/index.html
+++ b/index.html
@@ -14,7 +14,9 @@