body {
	height: 100vh;
	font-family: sans-serif;
	font-size: 16px;
}
body, body * {
	position: relative;
	box-sizing: border-box;
}
#wrapper {
	height: 100%;
	margin: 0 auto;
}
#logo-bar {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: center;
	align-items: center;
	align-content: center;
	width: 100%;
	height: 70px;
	border-bottom: 1px solid #AAAAAA;
}
img#logo {
	width: 152px;
	height: 32px;
	object-fit: contain;
}
#center-box {
	max-width: 400px;
	min-height: 470px;
	margin: 40px auto;
	padding: 0px 20px;
}
h1 {
	text-align: left;
	font-size: 24px;
}
input[type='submit'], button, summary {
	cursor: pointer;
}
a {
	color: #5C70D6;
	text-decoration: none;
}
nav {
	text-align: left;
}
nav > * {
	display: block;
	margin: 20px 0px;
}