* {
	/* Make the link outline transparent. */
	-webkit-tap-highlight-color: #0000;
	-moz-tap-highlight-color: #0000;
	tap-highlight-color: #0000;
}

body {
	position: relative;
	width: 100%;
	height: 100%;
	border: 0;
	padding: 0;
	margin: 0;
	color: #000;
	background-color: #484f5e;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
	font-size: 20px;
	line-height: 1.35;
	overscroll-behavior: none;
	display: flex;
	flex-direction: column;
	align-items: center;
}

#logo {
	margin: 20vh 0 40px 0;
}

#info {
	margin: 0;
}
