The main container is now dimensioned differently and the kill button is fixed when scrolling
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..9672757
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1 @@
+credentials.php
diff --git a/css/basic.css b/css/basic.css
index 549ff69..c5a3ff2 100644
--- a/css/basic.css
+++ b/css/basic.css
@@ -2,16 +2,15 @@
 	font-size: 24px;
 	font-family: Helvetica;
 	line-height: 1em;
-	
+
 	background-image: url('https://images.unsplash.com/photo-1428196457394-f0c4aec5f574?ixlib=rb-1.2.1&ixid=eyJhcHBfaWQiOjEyMDd9&auto=format&fit=crop&w=1050&q=80');
 	background-size: cover;
 }
 
 #outter-container {
-	position: absolute;
-	top: 20%;
-	margin: 5%;
-	width: 80%;
+	margin: 32px auto 16px auto;
+	max-width: 800px;
+	width: 90%;
 }
 
 #inner-container {
diff --git a/css/main.css b/css/main.css
index 2e47813..b85fe2c 100644
--- a/css/main.css
+++ b/css/main.css
@@ -1,5 +1,5 @@
 #butons {
-	position: absolute;
+	position: fixed;
 	bottom: 5%;
 	right: 0;
 }