body, html {
	margin: 0;
	padding: 0;
}

body {
	background: #333333;
	color: #00be00;
}

#container {
	position: absolute;
	transform: translate(-50%, -50%);
	left: 50%;
	top: 50%;
	width: 100%;
	text-align: center;
}

h1 {
	font-family: Roboto, sans-serif;
	font-weight: 100;
	font-size: 10vw;
}