body {
	background: url(nyc-map.jpg);
	background-position: left top;
	background-repeat: repeat;
}

#content {
	overflow-y: auto;
}

.descr {
	font-style: italic;
	padding-top: 2ex;
}
#scene_area {
	display: inline-flex;
	flex-direction: row;
	flex-wrap: wrap;
}
.scene {
	width: 120px;
	padding: 3ex;
	background-color: rgb(240, 240, 240);
	border: 2px solid rgb(200, 200, 240);
	margin: 3ex;
	border-radius: 25px;
}
.scene_text {
	margin-top: auto;
	margin-bottom: auto;
}
.scene a {
	font-style: bold;
	font-family: sans-serif;
}
.subname {
	font-style: italic;
}
