.centertitle {
	pointer-events: none;
}
#topmenu {
	position: absolute;
	top:0; left:0;
	width: 100%;
	display:flex;
	justify-content: space-around;
}
#topmenu > * {
	color: #644;
	font-size: 3vmax;
	margin: 0.4em 0;
	text-align: center;
	text-shadow: 0 0.2vmax 0 #000;
	flex-grow: 1;
	font-variant: small-caps;
	font-weight: bold;
}
#columns {
	display:flex;
	justify-content: space-around;
	margin-top: 65vh;
}
#columns > * {
	display:flex;
	flex-direction: column;
}
#columns > * > * {
	color: #456;
	font-size: 4vmax;
	margin: 6vmax 0;
	text-align: center;
	text-shadow: 0 0.2vmax 0 #000;
}