html, body {
	background-color: black;
	color: white;
	/* font-family: helvetica, arial, sans-serif; */
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", system-ui, Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
	font-size: 14px;
	line-height: 1.5;
	margin: 0;
	padding: 0;
}

body{
	display: flex;
	justify-content: center;
	align-items: center;
	height: 100vh;
}
#map{
	width: 100%;
	height: 100%;
	background-color: #333;
}