html {
	font-family: Arial, Helvetica, sans-serif;
	margin: 0;
	width: 100%;
	height: 100%;
	background: #0f063b;
}

.center {
	position: absolute;
	top: 50%;
	left: 50%;
	display: block;
	box-sizing: border-box;
	max-width: 100%;
	transform: translate(-50%, -50%);
	text-align: center;
}

.center img {
	display: block;
	width: 100%;
	max-width: 100%;
	height: auto;
}

.center .divider {
	display: block;
	margin: 25px 0;
	border-bottom: 1px dashed rgba(255,255,255,0.25);
}

.center a {
	display: block;
	margin: 5px 0 0 0;
	color: white;
	font-size: 1.4rem;
	line-height: 1.4em;
	text-decoration: none;
}