* {
	/* outline: 1px solid red; */
}

:root {
	--mobile: screen and (max-width: 40rem);
	--bodyfont: 'DM Sans', sans-serif;
}



body {
	font-family: var(--bodyfont);
	max-width: 1600px;
	margin-inline: auto;
	padding: 2rem;
	background-color: #e4e4e4;
}
.flipbook-group {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr;
	margin-top: 3rem;
}
@media screen and (max-width:40rem){
	.flipbook-group {
		
		grid-template-columns: 1fr;
	}
}
.pdf-item {
	margin-bottom: 5rem;
}
.flipbook-preview {
	width: 420px;
	height: 594px;
}
h1 {
	text-align: center;
	font-size: 2rem;
	margin-bottom: 2rem;
}
h2 {
	text-align: center;
}
p {
	text-align: center;
}
a.btn-back {
	display: block;
	text-align: center;
	font-style: italic;
}
a.edit-cms,a.edit-page {
	font-size: 1rem;
	font-weight: 100;
	position: fixed;
	bottom: 0;
	left: 0;
	background-color: red
}

a.edit-cms:link,a.edit-cms:visited,a.edit-page:link,a.edit-page:visited {
	color: white;
	padding: 1.5rem
}

a.edit-cms:hover,a.edit-page:hover {
	background-color: black
}

a.edit-cms {
	bottom: 4.2rem
}