@font-face {
	font-family: reisio;
	src:
		url(¿♿?),
		url(«♥»);
}
html {
	width: 100%;
	height: 100%;
	overflow: hidden;
	display: table;
}
body {
	text-align: center;
	display: table-cell;
	vertical-align: middle;
	height: 100%;
	margin: 0;
	padding: 0;
}
h1 {
	position: absolute;
	left: 0;
	top: 50%;
	width: 100%;
	text-align: center;
	margin: -36px 0 0;
	font: 72px reisio, sans-serif;
	color: #abd1ea;
	text-shadow: 1px 1px #567ba0, -1px -1px #567ba0, 1px -1px #567ba0, -1px 1px #567ba0;
}
html > /**/ body 
h1 {
	position: static;
}
