html {
	font-size: 19px;
}

html, body {
	margin: auto;
	background: #fefefe;
	-webkit-font-smoothing: antialiased;
}
body {
	font-family: "Vollkorn", Palatino, Times;
	color: #333;
	line-height: 1.4;
	text-align: justify;
}

#fillchar_content {
	position: fixed;
	width: 100vw;
	height: 100vh;
	overflow: hidden;
	z-index: 9999;
}