main {
	min-height: auto;
}

h1 {
	text-align: center;
}
.content {
	display: flex;
	justify-content: space-around;
	gap: 1em;
	flex-wrap: wrap;
}
.content > div {
	flex: 1 1 0;
}
.content address,
.content p {
	padding: 0;
	margin: 1ex;
}
.content .textPart {
	display: flex;
	justify-content: space-around;
	white-space: nowrap;
}
img.externalLink {
	height: 1em;
	vertical-align:bottom;
}
#map, #house {
	width: calc(100% - 2px);
	min-width: 320px;
	height: 50vh;
	border: 1px solid #666;
}
#house {
	object-fit: cover;
}
