.background {
	fill: AliceBlue;
}

.coordinate {
	font-family: "Sun Black", "Avenir Next Heavy";
	fill: white;
	text-anchor: middle;
	alignment-baseline: middle;
	font-size: 20px;
}
.svg-container {
	display: inline-block;
	position: relative;
	width: 100%;
	padding-bottom: 100%; /* aspect ratio */
	vertical-align: top;
	overflow: hidden;
	fill: pink;
}
.svg-content-responsive {
	display: inline-block;
	position: absolute;
	top: 0;
	left: 0;
}
