html,
body {
    margin: 0;
    padding: 0;
}

.leaflet-layer,
.leaflet-control-zoom-in,
.leaflet-control-zoom-out,
.leaflet-control-attribution {
  filter: invert(100%) hue-rotate(180deg) brightness(95%) contrast(90%);
}

.leaflet-container {
    background: #000
}

.header {
    height: 5vh;
}

#map {
    width: 100%;
    height: 95vh;
}

#console {
    color: rgb(0, 255, 65);
    font-family: monospace;
    padding: 20px;
    font-size: 75%;
}

.controls {
    position: absolute;
    bottom: 5vh;
    width: 100%;
    padding: 0 5vh;
}

#reading {
    height: 100%;
    padding: 1vh;
}