
#title {
  text-align: center;
}

#map-frame {
  height: 45vh;
}

ul.links {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-bottom: 2em;
}

ul.links li {
  margin: 0.35em;
  padding: 0.5em;
  background: #222;
  border-radius: 0.5em;
  display: inline-block;
  color: #eee;
}

ul.links li:hover {
  color: #eee;
  background-color: black;
}

ul.links a {
  color: #eee;
  text-decoration: none;
}
