body {
    margin: 0;
    padding: 0;
}

.map {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100vh; 
}

/* Legend Styling */
.legend {
    background-color: #fff;
    border-radius: 3px;
    bottom: 30px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
    font: 12px/20px 'Helvetica Neue', Arial, Helvetica, sans-serif;
    padding: 10px;
    position: absolute;
    right: 10px;
    z-index: 1;
    border: 1px solid #999;
}

.legend h4 {
    margin: 0 0 10px;
}

/* Dot for legend items */
.legend div span {
    display: inline-block;
    height: 10px;
    margin-right: 5px;
    width: 10px;
    border-radius: 50%;
}