html {
  background-color: #1D1C29;
  font-family: 'Lato', sans-serif !important;
}

body {
    margin: 0;
    background-color: #1D1C29;
    color: #C8CBD3;
    font-family: 'Lato', sans-serif !important;
}
.leaflet-container {
    height: 100vh;
    width: 100vw;
    top: 0;
    bottom: 0;
}
/* body {
    margin: 0px;
    border: 0px;
    padding: 0px;
    font-family: sans-serif;
    color: #333;
 } */

 #map {
    height: 100%;
    width: 100%;
    position: absolute;
 }

 #control {
    width: 300px;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: white;
    z-index: 1000;
    padding: 15px;
 }

 div.circle {
    background-color: #ff7800;
    border-color: black;
    border-radius: 3px;
    border-style: solid;
    border-width: 1px;
    width:5px;
    height:5px;
}
