body {
    margin: 0;
    padding: 0;
    background-color: #6C7D7F;
    font-family: "barlow", sans-serif;
}

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

.center {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 50%;
}

#legend {
    position: absolute;
    bottom: 10px;
    right: 10px;
    background-color: rgba(255, 255, 255, 0.8);
    padding: 15px;
    font-family: "barlow", sans-serif;
    font-size: 16px;
    border-radius: 3px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
}

#legend h3 {
    margin: 0 0 5px;
    font-size: 18px;
}

.legend-key {
    display: inline-block;
    width: 12px;
    height: 12px;
    margin-right: 5px;
    border-radius: 2px;
}
