body {
	display: grid;
	max-width: 763px;

	background-color: black;
	color: white;

	font-family: monospace;
	font-size: 3em;
}

#hero, #hero > img {
	height: auto;
	width: auto;

	max-width: 100vw;
	max-height: 95vh;
}

a {
	color: white;
}

#tickets {
	justify-self: center;
	font-size: 2em;

	padding-bottom: 1em;
}

section {
	display: flex;
	justify-content: space-around;
}

section:first-of-type /* XXX */ {
	padding-bottom: 0.5em;
}

section > a {
	padding: 10px;
}

.grayscale {
	filter: grayscale(100%); /* FIXME */
}
