.btn {
  color: white;
}

.button {
  transition: all 0.3s;
  padding: 7px 15px;
  text-decoration: none !important;
}

.button a {
  font-size: 1.1em;
  text-decoration: none;
  color: #fff;
  font-family: Glory, sans-serif;
  font-weight: 600;
}

.button:hover {
  transform: scale(1.05);
  text-decoration: none;
  color: #fff;
  cursor: pointer;
}

.mapboxgl-popup-content .button {
  display: block;
  margin-top: 10px;
}

.mapboxgl-popup-content .button:focus {
  outline: none;
}

.mapboxgl-popup-content .button:hover {
  color: #68C6AF;
}

.empty {
  border: 2px #68C6AF solid !important;
  border-radius: 45px;
}