html, body {
    height: 100%;
    margin: 0;
}


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

.wmu-label {
    background: none;
    padding: 0;
    background-color: white;
    text-align: center;
    width: fit-content;
    height: fit-content;
    box-shadow: none;
    font-size: 9px;
    font-weight: bold;
    color: black;
}
