@import url('https://fonts.googleapis.com/css2?family=Homemade+Apple&family=Playfair+Display&display=swap');
body {
	background-image: url('/HTML Tests/fabric.jpg');
	font-family: "Playfair Display", serif;
	font-optical-sizing: auto;
	font-weight: 400;
	font-style: normal;
	overflow-x: scroll;
	margin: 24px;
	padding: 0;
}
a {
	color: brown;
	font-weight: bold;
}
.page {
	height: 500px;
	width: 386px;
	display: inline-block;
	border: 1px solid #00000017;
	box-sizing: border-box;
	text-align: center;
	font-style: normal;
	line-height: 1.4rem;
	font-size: 13px;
	padding: 45px;
	white-space: normal;
	vertical-align: top;
	flex: 0 0 386px;
}
.cover {
	background-image: url('/HTML Tests/unrestricted___vintage_paper_texture_01_by_frozenstocks_d26c1yf.jpg');
	height: 500px;
	width: 386px;
	display: inline-block;
	border: 1px solid #00000017;
	box-sizing: border-box;
	text-align: center;
	vertical-align: top;
	flex: 0 0 386px;
	white-space: normal;
}
.page-1 {
	background-image: url('/HTML Tests/1.jpg');
}
.page-2 {
	background-image: url('/HTML Tests/2.jpg');
}
.page-3 {
	background-image: url('/HTML Tests/3.jpg');
}
.page-4 {
	background-image: url('/HTML Tests/4.jpg');
}
.page-5 {
	background-image: url('/HTML Tests/1.jpg');
}
.pages {
	height: 500px;
	white-space: nowrap;
	display: flex;
}
.pages::after {
	content: "";
	display: inline-block;
	flex: 0 0 24px;
}
.shadow-wrapper {
	box-shadow: 0 0 5px #000;
	display: flex;
	flex-wrap: nowrap;
}
.title {
	font-family: "Homemade Apple", serif;
	font-weight: 500;
	font-style: normal;
	color: #ffce0d;
	margin-top: 150px;
	font-size: 18px;
	text-shadow: 0 0 5px #000;
	border-bottom: 1px solid red;
	padding-bottom: 25px;
}

.subtext {
	width: 220px;
	margin: auto;
	margin-top: auto;
	font-weight: bold;
	font-size: 14px;
	margin-top: 50px;
}

.subsubtext {
	width: 220px;
	margin: auto;
	margin-top: auto;
	font-size: 11px;
	margin-top: 30px;
}

.divider {
	width: 70px;
	margin: 20px 0;
}

.icon {
	width: 140px;
	display: block;
	margin: 30px auto;
	border-radius: 3px;
	border: 1px solid #642e0a;
}
.sepia {
	filter: sepia(0.5);
}

.coffee {
	position: absolute;
	z-index: -1;
	top: 140px;
	opacity: 0.2;
	left: -30px;
}

.text-left {
	text-align: left;
}