@font-face {
	font-family: "font401";
	src: url("/common-media/font401.ttf");
}

body {
	background-color: #e8ecef;
	font-family: font401;
	font-size: 1.5em;
}

h1 {
	color: #223243;
	font-size: 2em;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	text-decoration: none;
	margin-top: 0;
	position: relative;
}

div {
	width: 100%;
	height: 10em;
	text-align: center;
	position: absolute;
	top:0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
}

.header-shadow {
	position: relative;
	top: 2px;
	left: 2px;
	color: #999;
}