body {
	background-color: #121212;
	color: #e1e1e1;
}

.container {
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
}

.container > div {
	vertical-align: bottom;
	flex-basis: 0;
	flex-grow: 1;
}
