#map {
  height: 400px;
}

.map-button {
  border: 2px solid rgb(255, 255, 255);
  border-radius: 3px;
  box-shadow: rgba(0, 0, 0, 0.298039) 0px 2px 6px;
  cursor: pointer;
  margin-bottom: 22px;
  text-align: center;
  z-index: 0;
  position: absolute;
  top: 0px;
  background-color: rgb(255, 255, 255);
  font-size: 12px;
  font-weight: bold;
  padding: 5px 6px;
  margin: 10px;
}

.map-button:hover {
    background-color: #ebebeb;
    border-color: #ebebeb;
}
