html, body {
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
}
body {
	background-color: LightBlue;
}

	/* Header */
header {
	background-color: #80ced6;
}
div.page-title {
	padding-top: 12.5px;
	padding-bottom: 12.5px;

    display: flex;
    justify-content: center;
	align-items: center;

}
div.page-title h1 {
	text-align: center;
	margin: 0;
}

	/* Main text */
div.bodyText {
	max-width: 780px;
	min-width: 300px;
	border-style: solid;
	border-width: 2px;
	padding: 15px;
	margin-top: 15px;
	margin-left: auto;
	margin-right: auto;
	background-color: White;
}

p.spacer {
	margin-top: 32px;
}
p.small {
	font-size: 0.85em;
}