p {
	font-family: 'Source Code Pro', monospace;
	font-size: 16pt;
	white-space: nowrap;

}

div.code {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -60%);
}

div.links {
	height: 128px;
	position: absolute;
	margin-top: 75%;
	left: 50%;
	transform: translateX((-50%));
}

a {
	text-decoration: none;
	color: black;
}
