html {
	scroll-padding-top: 190px;
}

body {
	margin: 0;
	padding: 0;
}

#page-wrapper {
	display: flex;
	height: 100%;
	justify-content: center;
	width: 100%;
}

#page-content {
	background-color: white;
	display: flex;
	flex-direction: column;
	height: 100%;
	margin-top: 150px;
	max-width: 80ch;
	padding: 0 20px 50px 15px;
	width: 100%;
}

#story-header {
	align-items: center;
	display: flex;
	flex-direction: column;
	margin-bottom: 5px;
}

#story-image {
	height: 300px;
	width: auto;
}

#story-title {
	font-size: 3rem;
	font-weight: bold;
	text-align: center;
}

#story-header > p {
	font-size: 1.2rem;
	font-style: italic;
	margin: 5px;
}

#story-content > p {
	font-size: 1.5rem;
	line-height: 2.25rem;
	text-indent: 2rem;
}

#story-content a {
	text-decoration: underline;
}

#back-to-top {
	align-self: flex-end;
	font-size: 1.2rem;
	margin-top: 15px;
	text-decoration: none;
}

@media screen and (max-width: 670px) {
	#page-content {
		margin-top: 120px;
		padding: 15px;
	}

	#story-title {
		font-size: 2rem;
	}

	#story-header > p {
		font-size: 1rem;
	}

	#story-content > p {
		font-size: 1.2rem;
		line-height: 1.3;
	}
}

@media screen and (max-height: 520px) {
	#story-image {
		height: 150px;
	}
}
