.mapContainer {
  margin: 2rem auto;
  max-width: 600px;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 0 10px rgba(0,0,0,0.1);
}

.mapContainer .title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    align-content: center;
    flex-wrap: wrap;
    padding: 10px;
}
.mapButton {
    display: flex;
    background-color: #d0e4ed;
    color: #192a3a;
    padding: 0.6rem 1rem;
    border-radius: 5px;
    text-decoration: none;
    font-weight: bold;
}

.mapButton:hover {
  background-color: #aebcc3;
}
