html,body{width: 100%;height: 100%;}
:root{
	font-size: 16px;
}
body{
	margin:0;
	color: #fff;
	font-family: 'Arial';
	font-size: 1.3rem;
}
a, a:hover, a:visited, a:focus{
	color: #fff;
}

.content{
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	width: 80%;
	height: 80%;
	margin: auto;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: center;
}

.logo{
	display: block;
	width: 800px;
	max-width: 50%;
	margin: auto;
}

.fullpage{
	background-color: rgba(0,0,0,0.5);
	background-blend-mode: multiply;
}