html, body {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 1rem;
	height: 100%;
	width: 100%;
	margin: 0;
	padding: 0;
	background-color: #616A76;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
}

.align-center {
	text-align: center;
}
a {
	color: #000;
	text-decoration: none;
	font-size: 1rem;
	font-weight: bold;
}
