body {
  margin: 0;
  padding: 0;
  font-family: 'Montserrat', sans-serif;
}
#map {
  position: absolute;
  top: 0px;
  bottom: 0;
  width: 100%;
}

div#preloader {
  height: 100%;
  left: 0;
  overflow: visible;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 999999;
  display: flex;
  background: #002c52;
}
.spinner {
  width: 60px;
  height: 60px;
  margin: auto;
}
.header {
  position: absolute;
  top: 0;
  height: 60px;
  z-index:99999;
  background: #002c52;
  color: white;
  width: 100%;
  font-size: 30px;
}
.button {
  background-color: #00ab84; /* Green */
  border: none;
  color: white;
  margin-top:10px;
  margin-right: 10px;
  padding: 8px 12px;
  cursor: pointer;
  font-family: 'Montserrat', sans-serif;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 12px;
}
