html,
body,
#map {
	width: 100%;
	height: 100%;
}

body {
	margin: 0;
	background: #738aaf;
}

#map {
	position: relative;
}

#map-status {
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 1000;
	margin: 0;
	padding: 10px 14px;
	border-radius: 4px;
	background: rgba(0, 0, 0, 0.82);
	color: #fff;
	font: 16px/1.4 system-ui, sans-serif;
	transform: translate(-50%, -50%);
}

#map-status[hidden] {
	display: none;
}

.leaflet-container {
	background: #738aaf;
}

.leaflet-control-attribution a {
	color: #00506f;
}

.map-marker {
	display: grid;
	place-items: center;
}

.map-marker img {
	display: block;
	width: 16px;
	height: 16px;
}
