.map-section {
  background: #f5f5f5;
  border-radius: 12px;
  padding: 30px;
  max-width: 750px;
  margin: 50px auto;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  text-align: center;
  font-family: "Georgia", serif;
}

.map-title {
  font-size: 1.6em;
  margin-bottom: 20px;
  color: #5d3d74;
}

.map-button {
  display: inline-block;
  margin-top: 25px;
  padding: 12px 22px;
  background: #5d3d74;
  color: white;
  text-decoration: none;
  font-weight: bold;
  border-radius: 8px;
  transition: background-color 0.3s ease;
}

.map-button:hover {
  background: #402b58;
}