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

div#container{
	font-family: Fakeblood;
	background-color: #000000;
	background-image: url('/img/chitin.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	text-shadow: -2px -2px #000000, 2px 2px #000000, -2px -2px #000000, 2px 2px #000000;
	div#story{
		text-align: center;
		div#storytext{
			font-size: 32pt;
			color: #ffffff;
			@media only screen and (max-width: 769px){
				font-size: 28pt;
			}
			@media only screen and (max-width: 425px){
				font-size: 22pt;
			}
		}
		div#storytext > hr{
			border: 0;
			height: 0;
		}
	}
}