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: 32px;
	margin: -0.5em -0.5em 0;
	padding: 0.5em;
	text-align: center;
}

details[open] {
	background-color: #FFF5E7;
	padding: 0.5em;
	font-size: 21px;
	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: 300px;
}

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

main {
	font-family: "Gill Sans", sans-serif;
	font-size: 24px;
	text-align: center;
	justify-content: center;
}

.container {
	text-align: center;
	justify-content: center;
	grid-column: 75%;
	grid-row: 100px 100px 100px;
}

#pics {
	text-align: center;
	justify-content: center;
	align-content: center;
	align-items: center;
	block-size: 50px;
	border: 2px inset black;
	background-color: #FFF5E7;
	padding: 15px 0px 15px 70px;
}

#facts {
	text-align: center;
	justify-content: center;
	align-content: center;
	align-items: center;
	block-size: 50px;
	background-color: #FFF5E7;
	padding: 15px 90px;
}

#feedback {
	text-align: center;
	justify-content: center;
	align-content: center;
	align-items: center;
	block-size: 50px;
	background-color: #FFF5E7;
	padding: 15px 90px;
}

#submit {
	justify-content: center;
	width: 25%;
	font-family: "American Typewriter", serif;
	font-size: 24px;
	font-weight: bold;
	letter-spacing: 2px;
	background-color: #A18458;
	padding: 8px;
}

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

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

#back {
 	font-size: 30px;
}