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

.leaflet-popup-content {
  font-family: sans-serif;
  font-size: 14px;
}

.custom-marker {
  background-color: #0078D4;
  color: white;
  font-weight: bold;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  box-shadow: 0 0 5px rgba(0,0,0,0.3);
}

body {
   margin: 0;
}
