html,
body {
  height: 100%;
  margin: 0;
  font-family: 'Inter', sans-serif;
}

body {
  display: flex;
  flex-direction: column;
}

main {
  flex: 1;
  position: relative;
}

#mapViewDiv {
  height: 100%;
  width: 100%;
}

.legend-item {
  display: flex;
  justify-content: flex-start;
}

.font-family{
  font-family: 'Inter', sans-serif;
}