body {
	background-color: #000040;
}
#pageHeader {
	display: block;
	margin-left: 7%;
	margin-top: 4.5%;
	margin-bottom: 500px;
}
h1, h2, h3, h4, h5, h6 {
	margin: 0;
}
h1 {
	font-size: 7rem;
	line-height: 50%;
}
h2 {
	font-size: 5rem;
}
h3 {
	font-size: 3rem;
}
h4 {
	font-size: 2rem;
	padding-left: 4px;
	padding-top: 20px;
}
h5 {
	font-size: 1.78rem;
}
h6 {
	font-size: 1rem;
}
p, h1, h2, h3, h4, h5, h6 {
	color: #91A6B4;
}
.sectionHeader{
	text-align: center;
}
#readingSpeedSection {
	display: flex;
}
#readSpeedCounter {
	font-size: 1.78rem;
	width: 110px;
	height: 1.6rem;;
}
.bookCover {
	display: inline-block;
	margin: 10px;
	width: 150px;
	height: 225px;
	background-color: #000040;
	outline-color: ghostwhite;
	outline-style: solid;
}
.bookRow {
	text-align: center;
	user-select: none;
}
.bookCover:hover {
	cursor: pointer;
}
#bookViewOverlay {
	position: fixed;
	top: 0;
	opacity: 0%;
	width: 0%;
	height: 0%;
	overflow: hidden;
	background-color: #000000E6;
	backdrop-filter: blur(7px);
	transition: opacity 0.3s;
}
#bookViewOverlay.visible {
	opacity: 100% !important;
	transition-duration: 1.2s !important;
}

#storyTitle {

}

#storyWordcount {

}

#storyReadTime {

}

#bookView {
	margin: 0 auto;
	display: block;
	text-align: center;
	border: none;
	width: 490px;
	height: 756px;
}