html, body {
	background-color: #204182;
	overflow-y: hidden;
	max-width: 100%;
}

a {
	color: inherit !important;
}

@font-face {
	font-family: 'Futura';
	src: url('./FuturaBT-Book.eot');
	src: url('./FuturaBT-Book.eot?#iefix') format('embedded-opentype'),
		url('./FuturaBT-Book.woff') format('woff'),
		url('./FuturaBT-Book.ttf') format('truetype'),
		url('./FuturaBT-Book.svg#FuturaBT-Book') format('svg');
	font-weight: normal;
	font-style: normal;
}


#pagecontent {
	color: #fff;
	width: auto;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	max-width: 50%;
	text-align: center;
}

#pc-text {
	margin-top: 30px;
	font-family: din-2014, sans-serif;
	font-weight: 300;
	font-size: 18px;
}
