body {
	margin: 0 auto;
}

#map {
	width: 100vw;
	height: 100vh;
}

.leaflet-marker-icon {
	background: transparent !important;
	border: none !important;
}

.arrow {
	width: 20px;
	height: 30px;
}

.arrowrap {
	filter: drop-shadow(1px 1px 3px rgba(50, 50, 0, 0.5));
}

.arrow {
	width: 20px;
	height: 25px;
	clip-path: polygon(100% 50%, 100% 100%, 50% 85%, 0% 100%, 0 50%, 50% 0);
	display: flex;
	align-items: center;
	justify-content: center;
	box-shadow: 0px 0px 20px black;
}

.arrow > div {
	clip-path: polygon(100% 50%, 100% 100%, 50% 85%, 0% 100%, 0 50%, 50% 0);
	width: 70%;
	height: 70%;
}