 flex-container {
	display: flex;
}

body {
	max-width: 60ch;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-color: blue;
	color: white;
	font-family: times;
}

body > h1 {
	text-align: center;
}


html {
	font-family: sans-serif;
	font-size: max(1em, 14pt);
	line-height: 1.5;
}

.links-box {
	margin: 0;
	height: 100%;
	width: auto;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
 }

.links-box > div{
	text-align: center;
	flex: 1;
}