
svg {
	color: white;
	display: block;
	margin: 0 auto;
	max-width: 1000px;
}
path {
	fill: currentColor;
	stroke: #000;
	stroke-width: 1;
}

a:hover {
	color: #000;
	transition: color 0s;
}

#mapcontent {
    background-color: #10204b;
	margin: 0;
	padding: 0;
}




