h2 {
	margin-top: 3rem;
}

.drawing img {
	display: block;
	margin-left: auto;
	margin-right: auto;
	height: 400px
}

.black-background {
	background-color: black;
	border: 6px solid white;
	border-radius: 10px;
	padding: 8px;
}

p + a img {
	margin-top: 2em;
}

p + .selector-row {
	margin-top: 2em;
}

.selector-row {
	display: flex;
	flex-flow: wrap-reverse;
	margin-bottom: 10px;
	border-bottom: solid #312057 2px;
}

.image-selector {
	user-select: none;
	-webkit-user-select: none;
	margin: 4px 20px 0px 20px;
	background-color: #a992ff;
	border-radius: 6px 6px 0 0;
	padding: 10px 20px;
	font-size: 120%;
}

.image-selector-selected {
	background-color: #312057;
	color: #dddaea;
}


og {
	color: #860032;
	font-weight: bold;
}

srt {
	color: #01506f;
	font-weight: bold;
}