@import url('https://fonts.googleapis.com/css?family=Anton|Muli|Oswald|Press+Start+2P|Scope+One|Space+Mono|Work+Sans');

body{
	font-size: 18px;
	background: #022e5d;
	font-family: 'space mono', sans-serif;
	line-height: 18px;
	margin: 5% 25%;
	color:#fff;
}

h1{
	
	font-family: 'Press Start 2P', cursive;
	color:#ffffff;
	font-size: 2em;
	line-height: 1em;
	font-weight: normal
}

