body {
  font-family: "Yu Gothic", sans-serif;
  line-height: 1.8;
  background: #f8f8f8;
  margin: 0;
  padding: 0;
}

header {
  background: #005bac;
  color: white;
  padding: 20px;
  text-align: center;
}

h1 {
  font-size: 24px;
}

section.intro,
section.content {
  padding: 20px;
}

section.map {
  text-align: center;
  margin: 20px 0;
}

img {
  max-width: 100%;
  height: auto;
}

footer nav ul {
  list-style: none;
  display: flex;
  justify-content: center;
  padding: 10px;
  background: #ddd;
  margin: 0;
}

footer nav ul li {
  margin: 0 10px;
}

footer nav ul li a {
  text-decoration: none;
  color: #333;
}