body {
	text-align: center;
	font-family:quill;
	color: white;
}
h3 {
	font-family: verdana;
	font-size: 1.5rem;
} h2 {
	font-family: plain12;
	font-weight: bold;
}
.bookshelf {
	width: 85%;
	margin: 1rem auto;
	background-color: rgb(74, 65, 59);
	border: 3px solid black;
}

.bookshelf img {
	width: 25%;
}
.wrapper {
	display:flex;
	border: 2px solid rgb(44, 44, 44);
	padding: .5rem;
	margin-bottom: 1rem;
}
.shelf p {
	font-size: 1.5rem;
	margin: 0;
} .shelf img {
	border: 1px solid rgb(60, 60, 60);
}
.book-text {
	margin: .5rem;
	font-family: verdana;
} .book-text p {
	font-size: 1rem;
}
.progress-bar {
	margin-top: 4px;
	width: 200px;
	height: 20px;
	border: 2px solid black;
}
.green {
	color: white;
	font-family: plain11;
	background-color: green;
} .green p {
	margin: 0;
	font-size: 27px;
}

.shelf {
	background-color: #d0a56a;
	width: 85%;
	color: black;
	border: 3px solid black;
	padding: .5rem;
	margin: .5rem auto;
	text-align: left;
}
.tab--active {
	border: 1px solid rgb(255, 255, 255);
}
.content {
	display: none;
} .content--active {
	display: block;
}
.tabs {
	margin-top: 1rem;
}
.description {
	font-family: verdana;
	margin-left: .5rem;
} .description p {
	font-size: .9rem;
}