html, body {
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
}

body {
	background-image: url('bg.jpg');
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	background-attachment: fixed;
	color: hsl(0, 0%, 86%);
	text-shadow: 0 0 5px rgb(0, 0, 0);
}

a {
	color: hsl(195, 82%, 47%);
}

a:hover {
	color: hsl(195, 82%, 67%);
	text-shadow: 0 0 15px hsl(195, 82%, 10%);
}

body > pre {
	margin-top: 5%;
	margin-left: 2em;
}