body {
	font-family: First Coffee; src: url('First Coffee.ttf');
	text-align: center;
	width: 100%;
	height: 100%;
	margin: 0pt auto;
	text-shadow: 2px 2px 0px rgb(0, 0, 0);
	color: rgb(138, 142, 190);
	background-color: rgb(70, 72, 96);
	position: relative;
	background-size: cover;
	background-repeat: no-repeat;
}
p {
	font-size: 20pt;
	margin: 2pt;
	padding: 0pt;
	font-weight: 300;
}
g {
	font-size: 10pt;
	margin: 2pt;
	padding: 0pt;
	font-weight: 300;
}
b {
	font-size: 15pt;
	margin: 2pt;
	padding: 0pt;
	font-weight: 300;
}
a {
	color: rgb(138, 142, 190);
	font-weight: 400;
	font-size: 19pt;
	text-decoration: none;
}
a:hover {
	color: rgb(138, 142, 190);
	text-decoration: underline;
}
header ul {
	display: inline;
	width: 100%;
	list-style-type: none;
	font-size: 24pt;
	color: rgba(0, 0, 0, 0.0);
	margin: 0;
	padding: 0;
}
header li {
	color: inherit;
	display: inline-block;
	padding: 8px 16px;
}
header {
	width: 100%;
	left: 50%;
	transform: translate(-50%, -50%);
	position: absolute;
	color: inherit;
	z-index: 10;
	top: 50%;
}
