body {
	font: 16px "Atkinson Hyperlegible Next", "Atkinson Hyperlegible", Helvetica, sans-serif;
	color: #FFFFFF;
	background: #400040;
	text-align: center;
}
a { color: #80ffff; }
a:visited { color: #8080ff; }

#main {
	display: flex;
	flex-direction: column;
	align-items: center;
	margin: 0 auto;
}

h2 { font-size: 16px;
	font-weight: normal;
}

.boxy {
	border: 10px ridge #ffc080;
	background: #404080;
	text-align: center;
	padding: 10px;
	margin: 10px;
	width: 400px;
}
.linklist {
	list-style-type: none;
	padding: 0;
}

#hitCounterText {
	display: flex;
	align-items: center;
}

#footer {
	margin-top: 7em;
	text-align: center;
}