html, body {
  margin: 0;
  padding: 0;
  overflow: hidden !important;
}

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

.leaflet-control-home {
  background-color: white;
  background-size: contain;
  background-repeat: no-repeat;
  width: 30px;
  height: 30px;
  cursor: pointer;
}
