diff --git a/index.html b/index.html
index 1df12a0..cfb9c99 100644
--- a/index.html
+++ b/index.html
@@ -6,8 +6,8 @@
-
-
+
diff --git a/stylesheets/small.css b/stylesheets/small.css
index 755dd32..59243c8 100644
--- a/stylesheets/small.css
+++ b/stylesheets/small.css
@@ -1,3 +1,10 @@
img#logo {
width: 80%;
}
+
+p.Centered {
+ display: inherit;
+ margin-left: 10px;
+ margin-right: 10px;
+ text-align: center;
+}
diff --git a/stylesheets/style.css b/stylesheets/style.css
index d974551..1ebc524 100644
--- a/stylesheets/style.css
+++ b/stylesheets/style.css
@@ -47,4 +47,5 @@ footer {
position: absolute;
height: 100px;
width: 100%;
+ margin-top: 40px;
}
\ No newline at end of file