#container {
    height: 100vh;
    width: 100vw;
}

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

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


.my-label {
    position: absolute;
    width:30px;
    font-size:12px;
    font-weight: bold;
    background-color: transparent;
    outline-color: transparent;
    border: transparent;
    box-shadow: none;
}