html,body {
	padding:0;
	margin:0;
	height: 100%;
}
body {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	
	font-family: Verdana, Geneva, sans-serif;
}
img {
	display: block;
	max-width: 90%;
	height: auto;
	position: relative;
}
a:visited,
a:active,
a:hover,
a {
  text-decoration: none;
  color: #333;
}
div {
	display: flex;
	align-items: center;
	margin-top: 5em;
}
div:first-of-type {
	color: #ccc;
}
div:first-of-type em {
	color: #000;
	font-style: normal;
}
div > a > span:first-child {
	font-size: 1.5em;
	vertical-align: middle;
	line-height: 1em;
	display: inline-block;
	margin-top: -0.2em;
}
#footer {
	display: block;
	position: absolute;
	bottom: 0.5em;
	font-size: 0.5em;
	text-align: center;
}
#footer a {
	text-decoration: underline;
	display: block;
}
#footer a:first-child {
	font-size: 1em;
	text-decoration: none;
	margin-bottom: 1em;
}