body {
    margin: 0;
    padding: 0;
}

html, body, #map {
    height: 100vh;
    width: 100%;
}

.header  {
    height: 80px;
    color: #0067ff;
}

.leaflet-popup-content-wrapper {
    background-color: white;
    color: black;
    border: 2px solid #0067ff;
    border: 0px;
}

.leaflet-container .leaflet-control-mouseposition {
    background-color: rgba(255, 255, 255, 0.7);
    box-shadow: 0 0 5px #bbb;
    padding: 0 5px;
    margin:0;
    color: #333;
    font: 11px/1.5 "Helvetica Neue", Arial, Helvetica, sans-serif;
  }


