body {
	
	background-color:black;
	margin:0px;
	padding:0px;
	color:white;
	font-family: 'Alfa Slab One', cursive;
	
	overscroll-behavior: none;
	overscroll-behavior-y: none;
	
}

input.email { border:1px; height:20px; width:60%; background:#292A4A; color:#FFFFFF; padding:20px; text-align:center; font-size:20px; font-family:'Calistoga', cursive; }
input.email:focus {outline:none;}

input.code { border:1px; height:20px; width:60%; background:#292A4A; color:#FFFFFF; padding:20px; text-align:center; font-size:20px; font-family:'Calistoga', cursive; }
input.code:focus {outline:none;}

input.name { border:1px; height:20px; width:60%; background:#292A4A; color:#FFFFFF; padding:20px; text-align:center; font-size:20px; font-family:'Calistoga', cursive; }
input.name:focus {outline:none;}