html, body {
  height: 100%;
}

body {
  margin: 0;
  padding: 0;
}

.root {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.leaflet-tooltip {
    font-size: 22px !important;      /* tamaño del texto */
    font-weight: bold;               /* opcional */
    color: #000000 !important;       /* color del texto */
    text-shadow: 2px 2px 4px #000000; /* borde/sombra blanca */
}