body {
  margin: 0;
  font-family: Arial, sans-serif;
}
header {
  background: #ff6600;
  color: white;
  padding: 10px;
  text-align: center;
}
#map {
  width: 100%;
  height: 500px;
}
