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

div#container{
	background-color: #7B954A;
	background-image: url('/img/grass.jpg');
	background-repeat: repeat;
}

div#container > div#story{
	font-family: supersunday;
	text-align: center;
	padding: 32px;
	display: block;
	height: 100%;
	font-size: 32pt;
	color: #eab676;
	background-color: #E4AF41;
	background-image: url('/img/vintagetriangles.jpg');
	background-repeat: repeat;
	background-size: 50%;
	box-shadow: 0 16px 16px rgba(33,33,33,.7);
	hr{
		border: 0;
		height: 0;
	}
	div#storytext{
		padding: 16px;
		background-color: #2596be;
		border-radius: 32px;
	}
	@media only screen and (max-width: 769px){
		padding: 16px;
		font-size: 16pt;
	}
}