html, body, .leaflet-container {
  height: 100%;
  width: 100%;
  margin: 0;
}

.leaflet-control-rightcenter {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1000;
}
