h2 { color : #3E0742; }

h4 {
	margin-top : 9.5px;
	color : #3E0742;
}

p  { color : #3E0742; }

strong { color : #3E0742; }

main {
	flex-flow : column;
	height : 1178px;
}

main > div {
	display : flex;
	flex-flow : row;
	width : 100%;
	position : relative;
	top : -228.5px;
	align-items : center;
	justify-content : center;
}

crt_scanline {
	top : -1355px;
	height : 19px;
}

crt_static {
	top : 0px;
	left : -1140px;
}

crt_lines { top : -855px; }

book_cover {
	display : flex;
	justify-content : center;
	align-items : center;
	background-color : #8C3CA3;
	border : groove #DBC442 8px;
	width : 912px;
	height : 608px;
}

book_main {
	display: flex;
	background : linear-gradient(to left, #D2CBBB, #EDEFEE, #D2CBBB);
	width : 741px;
	height : 589px;
	flex-flow : row;
}

book_edge {
	height : 589px;
	width : 64.6px;
}

book_middle {
	width : 57px;
	height : 100%;
}

page {
	display : flex;
	width : 342px;
	padding : 0 9.5px;
	height : 100%;
	flex-flow : column;
	justify-content : center;
}

page_item {
	display : flex;
	width : 100%;
	height : 4cm;
	margin-top : 28.5px;
	flex-flow : row;
	row-gap : 19px;
}

page_item > div { margin : 0 9.5px; }

page_item > div > p { margin-top : -13.3px; }

page > strong {
	text-align : center; 
	margin-top : 19px;
}

return_button {
	display : flex;
	margin : 0 auto;
	justify-content : center;
	background-color : #EACAED;
	border : groove #C098D4 6px;
	width : 304px;
	height : 76px;
	position : relative;
	top : -200px;
}

side_gap {
	width : 70px;
	height : 152px;
	display : flex;
	margin-right : 19px;
}

next_page_right {
	width : 70px;
	height : 152px;
	background : url('Arrow_Right.png') no-repeat;
	background-size : 70px;
	display : flex;
	margin-left : 19px;
}

next_page_left {
	width : 70px;
	height : 152px;
	background : url('Arrow_Left.png') no-repeat;
	background-size : 70px;
	display : flex;
	margin-right : 19px;
}