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

div#container{
	background-color: #000000;
	background-image: url('/img/blackmarble.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}

div#story{
	font-family: crystalline;
	padding: 32px;
	min-height: 100%;
	hr{
		border: 0;
		height: 0;
	}
}
div#story > div#storytext {
	font-size: 64pt;
	color: #ffffff;
	text-align: center;
	padding:20px;
	border-radius:30px;
	min-width:40px;
	min-height:40px;
	@media only screen and (max-width: 666px){
		font-size: 32pt;
	}
}