body {
	background: white;
}

section {
	background: black;
	color: white;
	font-family: 'Source Code Pro';
	text-align: center;
	border-radius: 0.3em;
	padding: 1em;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-right: -50%;
	transform: translate(-50%, -50%);
	box-shadow: 8px 8px 0px 0px #bbb;
}

a {
	color: white;
}