div#container{
	display: block;
	width: 100%;
	min-height: calc(100% - 96px);
	max-height: calc(100% - 96px);
	margin-top: 24px;
	margin-bottom: 72px;
	overflow: auto;
	display: flex;
	align-items: center;
	justify-content: center;
	div#story{
		max-width: 800px;
		width: 100%;
		margin: auto;
		div#storytext{
			overflow-wrap: break-word;
			word-break: break-word;
		}
	}
}