body {
	width: 100%;
	height: 100%;
	background-color: #D1BFA3;
	font-family: "Gill Sans", sans-serif;
	justify-content: center;
}


details {
	background-color: #FFF5E7;
	border-radius: 4px;
	padding: 0.5em 0.5em 0;
	position: sticky;
	top: anchor(top);
}

summary {
	background-color: #A18458;
	font-weight: bold;
	font-size: 48px;
	margin: -0.5em -0.5em 0;
	padding: 0.5em;
	text-align: center;
}

details[open] {
	background-color: #FFF5E7;
	padding: 0.5em;
	font-size: 32px;
	box-shadow: 5px 5px 10px 2px rgb(0 0 0 / 0.8);
}

details[open] summary {
	background-color: #A18458;
	margin-bottom: 0.5em;
}

#sidenav {
	background-color: #D1BFA3;
	list-style: none;
	padding: 10px;
	width: 90%;
}

#sidenav:hover {
	border: solid 3px #A18458;
	background-color: #D1BFA3;
}

.container {
	display: grid;
	margin: 5%;
	grid-template-columns: 45% 45%;
	grid-column-gap: 10%;
	grid-template-rows: 10.75% 11.75% 17.5% 14% 13.25% 11.25%;
	grid-row-gap: 5%;
	text-align: center;
	justify-content: center;
	justify-items: center;
}

.block {
	background-color: #A18458;
	box-sizing: content-box;
	block-size: 100%;
	width: 100%;
	min-height: fit-content;
	height: 100%;
	padding-block: 10%;
	text-align: center;
	justify-content: center;
	justify-items: center;
	container: ;
}

label {
	width: 85%;
	font-family: "American Typewriter", serif;
	font-weight: 700;
	font-size: 30px;
}

#answer {
	width: 85%;
	font-family: "Gill Sans", sans-serif;
	font-weight: 550;
	font-size: 24px;
}

img {
	width: 85%;
}


.caption {
	display: grid;
	margin: 5%;
	grid-template-columns: 100%;
	grid-template-rows: 25%;
	grid-row-gap: 5%;
	text-align: center;
	justify-content: center;
	justify-items: center;
}

.box {
	background-color: #FFF5E7;
	box-sizing: content-box;
	block-size: 100%;
	width: 100%;
	padding-bottom: 5%;
	text-align: center;
	justify-content: center;
	align-content: center;
	font-size: 20px;
}

a, a:hover, a:focus, a:active {
	text-decoration: none;
	color: inherit;
}

#back {
	font-size: 30px;
}