.legend-container {
    display: flex;
    flex-direction: column;
}

.legend-item {
    display: flex;
    align-items: center;
    margin-bottom: 5px;
}

.color-box {
    width: 20px;
    height: 20px;
    border: 1px solid #000;
    margin-right: 5px;
}

.legend-text {
    font-size: 14px;
}


.bencana-box {
    display: inline-block;
    width: 20px;
    height: 20px;
    margin-right: 5px;
}
