@font-face {
	font-family: 'wqy';
	src: url("wqy.ttf");
}

html, body {
	margin: 0;
	padding: 0;
}

body {
	background-image: url("bg.jpg");
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: 100% 100%;

	display: flex;
	justify-content: center;
	align-items: center;
	height: 100vh;
	width: 100vw;
	font-size: 150%;
}

main {
	font-family: 'wqy', sans-serif;
	color: #B2FFFF;
	line-height: 1.0;
}

#title {
	font-size: 0.8em;
	padding-bottom: 0.75em;
	text-align: center;
}

#links {
	font-family: 'wqy', sans-serif;
	background-color: #202;
	padding: 1.5em;
}

a {color: #0606FF; text-decoration: none;}
a:hover {text-decoration: underline;}
hr {color: #0606FF; border-style: dotted; }
