html{
    height:100%
}
#mapId
{
    height:100vh;
    width:100vw;
}
.text-center
{
    color: white;
    font-size: 2vw;
	font-weight: bold;
	border-radius: 4.5vh;
	background-color: indianred;
	text-shadow: 2px 3px 8px black;
	box-shadow:inset 3px 5px 8px black;
}
.leaflet-popup-content
	{
		width:200px !important;
	}
	.leaflet-control-zoom
	{
		display:none !important;
	}
.leaflet-popup-content-wrapper
{
	border:3px solid red ;
	border-radius: 30px/100px;
}
img{
	box-shadow: 3px 5px 8px black;
}
