body {
	height: 100%;
	width: 100%;
	margin: 0em;

	background-size: auto 100%;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-color: white;
	font: 1.5em Verdana, Geneva, sans-serif;
}

#page-wrapper {
	display: flex;
	justify-content: center; /* Align horizontal */
	align-items: center; /* Align vertical */
	box-sizing: border-box;

	margin-left: auto;
	margin-right: auto;
	height: 100%;
	max-width: 1000px;
	min-width: 300px;
	background-color: white;
	padding: 2em;
}

#logo-holder {
	text-align: center;
}

#title {
	text-align: center;
	margin: auto;
	font: 4em Verdana, Geneva, sans-serif;
}

footer {
	text-align: center;
}
