@font-face {
  font-family: "Minecraft";
  src: url("MinecraftRegular.otf");
}

.bm-marker-poi-icon {
  pointer-events: none !important;
}

.bm-marker-poi-label {
  font-family: "Minecraft", sans-serif;
  opacity: 1 !important;
  transform: translate(-50%) !important;
  top: unset !important;
  bottom: 120px;
  background: transparent !important;
  width: 200px;
  color: white !important;
  font-size: 1.8rem;
  text-shadow:
    -1px 0 black,
    0 1px black,
    1px 0 black,
    0 -1px black;
  line-height: 1.5rem;
  text-align: center;
}

.bm-marker-poi-label::after {
  display: none !important;
}
