html {
	background: url(/DSC02344.jpeg) no-repeat center center fixed, #57320c;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

body {
	position: absolute;
	inset: auto;

	margin: 0;
	padding: 1em;

	min-width: 100%;
	min-height: 100%;
	box-sizing: border-box;
	
	justify-content: center;
	align-items: safe center;
	align-content: safe center;
	
	color: #eee;
	font-family: "Courier";
}

#title {
	margin: 1em auto;
	margin-top: 0;
	width: fit-content;
	
	font-size: 4em;
	text-shadow: #000 0 0 12px;
}

#links {
	margin: 1em auto;
	width: fit-content;
	
	font-size: 120%;
	box-shadow: #000 0 0 5px;
}

.link {
	display: flex;
	margin: 0.5em;
	
	border-radius: 0.7em;
	padding-left: 1em;
	padding-right: 1em;
	padding-top: 0.2em;
	padding-bottom: 0.2em;
	
	color: inherit;
	text-shadow: #000 0 0 3px;
	text-decoration: none;
	align-items: center;
	
	background: #444d;
}

.link > img {
	width: 1.1em;
	height: 1.1em;
	margin-right: 0.75em;
}

.link > span {
	padding-top: 0.1em;
	padding-bottom: 0.1em;
}

#motd {
	margin-left: auto;
	margin-right: auto;
	width: fit-content;

	text-align: center;
	font-size: 80%;
	font-weight: bolder;
	text-shadow: #000 0 0 3px;
}
