.world {
	position: absolute;
	width: 100%;
	height: 100%;
	overflow: hidden;
	background: -webkit-linear-gradient(#e4e0ba, #f7d9aa);
	background: linear-gradient(#e4e0ba, #f7d9aa);
}

/* Privacy page - same theme as index.html game-holder/header/partisan */
.legal-holder {
	min-height: 100vh;
	padding: 8vh 1em 0em 1em;
	background: -webkit-linear-gradient(#e4e0ba, #f7d9aa);
	background: linear-gradient(#e4e0ba, #f7d9aa);
	box-sizing: border-box;
}

.legal-header {
	position: relative;
	top: auto;
	pointer-events: auto;
}

.legal-content {
	max-width: 44em;
	margin: 2em auto 0 auto;
	padding: 2em 2.5em;
	background: rgba(255, 255, 255, 0.78);
	border: 1px solid #d1b790;
}

.legal-content h3 {
	font-family: 'Playfair Display', serif;
	color: #555d27;
	margin: 1.5em 0 0.5em 0;
}

.legal-content p {
	line-height: 1.6;
	margin: 0.5em 0;
}

/* Partisan on legal pages: same look as index, but in flow instead of absolute */
.partisan {
	position: relative;
	bottom: auto;
	left: auto;
}