html, body {
    height: 100%;
    width: 100%;
}
#map {
    height: 100%;
    width: 100%;
    position: absolute;
}
.overlay {
    width: 20rem;
    position: absolute;
    bottom: 1rem;
    left: 1rem;
    z-index: 500;
}