/** {
	margin: 10;
}
*/
html, body {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 24px;
	background-color: #333;
	color: #ffc;
	height: 100%;
	text-align: center;
}

#page-container {
	position: relative;
	min-height: 100vh;
}

#content-wrapper {
	padding-bottom: 6rem;
}

#title {
	padding-top: 10%;
}

/*.uni-char {
	font-size: 1000%
}
*/
#footer {
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 6rem;
	font-size: 15px;
}

a:link, a:visited {
	text-decoration: none;
	color: #ffc;
}

a:hover, a.active {
	color: #333;
	background-color: #ffc;
}
