body {
	font-family: "Old Standard TT",serif;
	font-style: italic;
	font-size: 32pt;
}
img {
	width: 95%;
	height: auto;
}
button {
	background-color: rgb(193,146,122);
	border-radius: 0px;
	min-height: 56px;
	padding-left: 32px;
	padding-right: 32px;
	border-style: none;
	color: rgb(0,0,0);
	text-shadow: none;
	font-size: 28pt;
	font-family: 'Gudea','Georgia',serif;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 1px;
	cursor: pointer;
	overflow-wrap: break-word;
	text-align: center;
	padding-top: 8px;
	padding-bottom: 8px;
}
.card {
	justify-items: center;
	margin-top: 10px;
	margin-bottom: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
}
.description {
	display: grid;
	justify-items: center;
	font-style: normal;
}
.prompt {
	justify-content: left;
}
.prompts {
	display: block;
	margin-top: 1em;
	justify-items: left;
}
.prompt p {
	display: flex;
	text-align: left;
	margin-left: 1em;
}
.hidden {
	display: none;
}
.grid {
	display: grid;
}
.block {
	display: block;
}
.title {
	margin-bottom: 10px;
	font-weight: bold;
	font-size: 104pt;
}
.description {
	font-size: 32pt;
	font-style: normal;
}
.heading {
	font-weight: bold;
	display: flex;
	justify-content: left;
}
.nav {
	width: 100%;
	justify-items: center;
}
