diff --git a/index.html b/index.html
index 4fc7b6c..f7e8a82 100644
--- a/index.html
+++ b/index.html
@@ -30,6 +30,12 @@
This is the content.
+
+
+
This is more content nothing more much
+
+
+
diff --git a/style.css b/style.css
index baab0f4..5ce0b47 100644
--- a/style.css
+++ b/style.css
@@ -15,6 +15,7 @@ body {
font-family: sans-serif;
padding-left: 20px;
padding-right: 20px;
+ padding-top: :30px;
}
.btn {
@@ -41,6 +42,7 @@ body {
background-image: -ms-linear-gradient(top, #3cb0fd, #3498db);
background-image: -o-linear-gradient(top, #3cb0fd, #3498db);
background-image: linear-gradient(to bottom, #3cb0fd, #3498db);
+ background: transparent;
text-decoration: none;
}