body {
	display:flex;
	flex-direction:column;
	justify-content:center;
	align-items:center;
	padding:1vh;
	box-sizing:border-box;
}

#author {
	text-align:center;
}

#main {
	flex-grow:12;
	display:flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: center;
}

.spacer {
	flex-grow:1;
}
