*{
  box-sizing: border-box;
}

html, body, #map{
  margin: 0;
  width: 100%;
  height: 100%;
}

#loader {
  background: white;
  position: absolute;
  top: 10px;
  right: 10px;
  padding: 20px;
  z-index: 1000;
  border-radius: 20px;
  font-family: sans-serif;
}

.hidden {
  display: none;
}
