#game-container{
/*	width: 2000px;
	height: 1200px;*/
}

html {
	background: black;
}

body {
	box-sizing: border-box;
	width: 100%;
	overflow: hidden;
	margin: 0;
	height: 100vh;
	display: flex;
	align-items: center;
	justify-content: center;
}

section {
	width: 800px;
	padding: 3em 0;
}

h1, h4, p, a {
	font-family: 'Helvetica', sans-serif;
}

h1 {
	font-size: 2em;
}

h1 span {
	font-size: 0.7em;
}

h4 {
/*	text-transform: uppercase;
*/	font-size: 1em;
}

img {
	width: 100%;
}