html {
	height: 100%;
	overflow: hidden;
}

body {
	background-color: #222;
	width: 100%;
	height: 100%;
}

.container {
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: center;
}

.container .outer {
	max-width: 600px;
	margin: 30px;
	color: #ccc;
}

.text {
	text-align: justify;
	margin: 0;
	padding: 0;
}
