/* @import "node_modules/ol/ol.css"; */

html, body {
  margin: 0;
  font-family: sans-serif;
  color: grey;
  background-color: #04041b;
}

#formular {
  display: grid;
  place-items: center;
  margin-top: 10vh;
}

fieldset {
  margin: 10px;
}

#map {
height: 100vh;
width: 100vw;
}