.backdrop {
	position: fixed;
	top: 0px;
	width: 100vw;
	height: 100vh;
	z-index: -1;
	background: linear-gradient(#000000, transparent, #000000),
		url('/resources/images/banner1.jpg') no-repeat center bottom;
	background-attachment: fixed;
	background-size: cover;
}

.context,
.context * {
	display: flex;
}

.context {
	width: 100vw;
	min-height: 100vh;
	justify-content: center;
}

.context>.content {
	width: 100vw;
	max-width: 1000px;
	flex-flow: column;
	justify-content: center;
}

.exhibit {
	width: 100%;
	height: 100%;
	align-items: center;
}

.downpanel {
	width: 100%;
	height: 80%;
	flex-flow: column;
	align-items: center;
}

hr {
	width: 100%;
	opacity: 0.5;
	margin-top: 20px;
	margin-bottom: 40px;
	border-top: 1px solid #eee;
}

input[type="button"] {
	color: white;
	display: inline-block;
	padding: 6px 12px;
	font-size: 0.2rem;
	text-align: center;
	cursor: pointer;
	background: rgba(0, 0, 0, 0.4) !important;
	border: 1.5px solid #2889ff;
	border-radius: 4px;
}