#map {
  height: 85vh;
  width: 100%;
}
.map-container {
  position: relative;
}
._logo {
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: 1000;
}
.badge {
  position: absolute;
  bottom: 10px;
  right: 10px;
  z-index: 1000;
}
.search-box {
  position: absolute;
  min-width: 320px;
  width: 500px;
  top: 10px;
  right: 60px;
  z-index: 1000;
  background: white;
}
