body {
	background-color: #e6e6e6;
	font-family: sans-serif;
}

#container {
	position: absolute;
	margin: auto;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 80%;
	height: 60%;
	text-align: center;

	background-color: #fff;
	border: 1px solid #aaa;
}

#content {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}

h1 {
	font-size: 8em;
	margin-top: 0.1em;
	margin-bottom: 0.1em;
}

h2 {
	font-size: 1em;
	color: #aaa;
}