body {
    margin: 0;
    padding: 0;
}

#map {
    height: calc(100vh - 32px);
    width: 100%;
}

.sel {
    height: 28px;
    display: flex;
    align-items: center;
    background-color: lightgray;
    font-size: smaller;
    border: 1px solid darkgray;
    box-shadow: 5px 5px 5px 5px rgba(0,0,0,0.4);
    margin-bottom: 2px;
    gap: 4px;
}

.container {
    display: flex;
    flex-direction: column;
    height: 100%;
}
