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

div#container{
	background-image: url('/img/dirtypaper.jpg');
	background-repeat: repeat;
	background-position: center;
	background-size: 50vw;
}

div#container > div#story{
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	font-family: Nunito;
	padding: 13px;
	font-size: 16pt;
	background-color: #D2D2D2;
	color: #000000;
	box-shadow: 0 8px 8px rgba(33,33,33,.7);
	hr{
		border: 0;
		background-color: #000000;
		height: 1px;
	}
	div#storytext{
		border: 1px solid #000000;
		padding: 13px;
	}
	@media only screen and (max-width: 769px){
		font-size: 12pt;
	}
	@media only screen and (max-width: 425px){
		font-size: 10pt;
	}
}