#map {
  width: 100%;
  height: 500px;
  border-radius: 8px;
  margin-top: 15px;
}
.map-controls {
  margin-top: 10px;
}
.map-controls input {
  width: 60%;
  padding: 6px;
  border: 1px solid #ccc;
  border-radius: 4px;
}
.map-controls button {
  padding: 6px 10px;
  margin-left: 10px;
  background-color: #0073aa;
  color: white;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}
#coords input {
  width: 150px;
  margin: 5px;
}
