@font-face{
	font-family: broken;
	src: url('/fonts/broken.woff2');
	font-display: swap;
}

div#container{
	background-image: url('/img/dirtypaper.jpg');
	background-repeat: repeat;
	background-position: center;
}
div#story{
	font-family: broken;
	color: #000000;
	text-align: center;
	padding: 32px;
	min-height: 100%;
	font-size: 36pt;
	text-shadow: 2px 0 #ffffff;
	hr{
		border: 0;
		height: 0;
	}
}