html {
	font-size: 100.01%;
	height: 100%;
}
body {
	background: #f3f3f3;
	color: #333;
	height: 100%;
	margin: 0;
}
#wrapper {
	align-items: center;
	display: flex;
	flex-direction: column;
	height: 100%;
	justify-content: center;
	margin: 0 auto;
	max-width: 600px;
	width: 100%;
}
#logo {
	max-height: 400px;
	max-width: calc(100% - 2rem);
	width: 400px;
}
#info {
	font-family: monospace;
	font-size: 1rem;
	margin-block-end: 1rem;
	margin-block-start: 1rem;
	text-align: center;
}