@font-face {
	font-family: reisio;
	src: url(♿);
}
@font-face {
	font-family: reisio;
	src: 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 {
	margin: -5px 0 0;
	font: 72px reisio, sans-serif;
	color: #abd1ea;
	text-shadow: 1px 1px #567ba0, -1px -1px #567ba0, 1px -1px #567ba0, -1px 1px #567ba0;
}