html,
body {
  background-color: black;
  color: white;
  margin: 0;
}

html {
  width: 100%;
  height: 100%;
  font-size: 10px;
  font-family: 'FeuraSans', sans-serif;
}

body {
  width: 100%;
  height: inherit;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  overflow: hidden;
}

h1 {
  margin-bottom: 4%;
}

h2 {
  margin-bottom: 2%;
}

button {
  border-radius: 8px;
  font-weight: bold;
  margin-bottom: 1%;
}

button:hover {
  opacity: 0.75;
}

.wrap {
  width: 100%;
  height: 64%;
  display: flex;
  justify-content: space-evenly;
}

.hacc-mapwrap,
.lacc-mapwrap {
  width: 100%;
  display: flex;
  margin-bottom: 1%;
  align-items: center;
  flex-direction: column;
}

.hacc-map,
.lacc-map {
  width: 98.5%;
  height: 100%;
}
