.scavenger-hunt-container {
	background: white;
	font-family: "Times New Roman", serif !important;
	color: black;

	.scavenger-hunt-content {
		.question {
			font-size: 1.5rem;
		}
	}
	hei-scavenger-hunt {
		display: flex;
		flex-direction: column;
		gap: 0.5rem;
		form {
			display: flex;
			flex-direction: column;
			gap: 0.5rem;

			.answer {
				display: flex;
				gap: 0.5rem;
				align-items: baseline;
			}
		}
		.response {
			&.incorrect {
				color: red;
			}
		}
	}
}

header.hei-header {
	background-image: none !important;
	background-color: black !important;
	padding-bottom: 1em !important;
}
