body {
	background: #f30;
	background: radial-gradient(#f93, #f30);
	background: #000;
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	height: 100vh;
	font-family: "Noto Sans", sans-serif;
	color: #fff;
	margin: 0;
	padding: 1em;
}

main {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	flex-grow: 1;
}

main img {
	max-width: 80%;
}

#label {
	font-size: 35;
	margin-top: .75em;
}

footer {
	opacity: .7;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	align-items: center;
}

footer .gzm-signature {
	font-size: small;
	opacity: .5;
}

.email {
	margin-top: 8px;
}

.email a {
	color: #ccc;
}