@font-face {
	font-family: nanumcute;
	src: url(./assets/fonts/NanumPenCute.ttf) /* the lil stars are broken */
}
/* border stuff */
#top, #bottom, #left, #right {
	background: #FFB463;
	position: fixed;
	}
	#left, #right {
		top: 0; bottom: 0;
		width: 0.5em;
		}
		#left { left: 0; }
		#right { right: 0; }
		
	#top, #bottom {
		left: 0; right: 0;
		height: 0.5em;
		}
		#top { top: 0; }
		#bottom { bottom: 0;
}
#backButton {
	position: fixed;
	background: #000000;
	width: 10em;
	height: 5em;
	top: 0.25em;
	right: 0.25em;
	border-style: solid;
	border-color: #FFB463;
	border-width: 0.25em;
	z-index: 4;
}
html {
	overflow: auto;
	background-color: #000000;
	font-family: nanumcute;
	color: #ffffff
}
/* make all links white */
a {
    color: #FFFFFF;
}
a:visited {
    color: #FFFFFF;
}
a:hover {
    color: #FFFFFF;
}
a:link {
    color: #FFFFFF;
}
.title {
	font-size: 2.5em;
	padding-top: 0.5em;
	padding-left: 1.5em;
	line-height: 1vh
}