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

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

div#story{
	background-color: #000000;
	color: #ffd700;
	font-family: elegant;
	padding: 32px;
	min-height: 100%;
	font-size: 24pt;
	hr{
		border: 0;
		height: 0;
	}
	text-align: center;
	border-color: #ffd700;
	border-width: 1px;
	border-style: solid;
	box-shadow: 0px 0px 8px 0px #000;
	@media only screen and (max-width: 425px){
		padding: 8px;
		font-size: 16pt;
	}
}