Redesigned several parts so it looks more aethestic both in desktop and in mobile
diff --git a/css/basic.css b/css/basic.css
index c5a3ff2..5c6382f 100644
--- a/css/basic.css
+++ b/css/basic.css
@@ -1,14 +1,13 @@
 body {
 	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 {
-	margin: 32px auto 16px auto;
+	margin: 32px auto;
 	max-width: 800px;
 	width: 90%;
 }
@@ -17,3 +16,7 @@
 	background-color: rgba(255,255,255, 0.8);
 	padding: 5%;
 }
+
+input[type="text"], input[type="password"], select {
+	margin-bottom: 8px;
+}