body {
	margin: 0;
	color: darkgray;
}

h1 {
	position: fixed;
	width: 50%;
	right: 25%;
	z-index: 1;

	font-size: 2em;
	text-align: center;
}

h2 {
	margin: 0 auto;
}

a.internal-link {
	color: orange;
	text-decoration: none;
}

a.internal-link:hover {
	text-decoration: underline;	
}


a.external-link {
	color: purple;
	text-decoration: none;
}

a.external-link:hover {
	text-decoration: underline;	
}

