body {
	background-image: url("collections_BG.png");
	background-repeat: repeat;
	font-family: "Fuzzy Bubbles", sans-serif;
	font-weight:400;
	font-style:normal;
}

#btndiv {
	position: fixed;
	height: 48px;
}

p {
	font-size: 16px;
	line-height: 22px;
}

h1 {
	font-family: "Ribeye Marrow", cursive;
}

.btnstyles {
	background-color: #000;
	border-style: solid 3px;
	color: #fff;
	padding: 14px;
	text-align: center;
	font-size: 18px;
	margin: 4px;
	border-radius: 12px;
	cursor: pointer;
	transition: 0.6s ease;
}

.prev, .next {
	z-index: 3;
	cursor: pointer;
	position: absolute;
	bottom: 16px;
	color: #959595;
	font-size: 32px;
}

.prev {
	left: 100px;
}

.next {
	right: 120px;
}

.prev:hover, .next:hover {
	color: #1E1E1E;
}

#bookdiv {
	position: relative;
	margin: auto;
	z-index: 1;
	width: 1280px;
	height: 840px;
}

.pagestotal {
	position: absolute;
	z-index: 2;
	top: 52px;
	left: 116px;
}

.page-block {
	position: absolute;
	width: 506px;
	max-height: 720px;
}

.page-block .info {
	height: 640px;
	overflow: auto;
}

p a {
	color:black;
}