html, body {
    height: 100%;
    margin: 0;
}
/* .leaflet-container {
    height: 400px;
    width: 600px;
    max-width: 100%;
    max-height: 100%;
}
.leaflet-control-layers {
    position: absolute;
    bottom: 10px;
    right: 10px;
}

.leaflet-control-layers-expanded {
    width: 200px;
    background: rgba(255, 255, 255, 0.8);
    padding: 5px;
    border-radius: 4px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
}

.leaflet-control-attribution a {
	text-decoration: none;
	}

.coordinates {
    position: absolute;
    bottom: 10px;
    right: 120px;
    background: rgba(255, 255, 255, 0.8);
    padding: 5px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    border-radius: 4px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
    z-index: 1000;
    opacity: 0.7;
} */