body {
  font-size: .875rem;
  background-color: #f4f4f9;
}

header {
  background-color: #2470dc;
}

header h1 {
  font-size: 2rem;
  margin-bottom: .5rem;
}

header p {
  font-size: 1.25rem;
}

footer {
  background-color: rgba(0, 0, 0, .8);
}

footer p {
  margin: 0;
}

.map-container {
  width: 100%;
  height: 400px;
  border-radius: 10px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, .1);
}
