.legend {
    background: white;
    line-height: 1.5;
    padding: 10px;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
    border-radius: 5px;
}

#control {
    position: absolute;
    bottom: 30px;
    right: 10px;
    background:white;
    padding: 5px;
    z-index: 1000;
    font-size: 12px;
    font-family: Arial, Helvetica, sans-serif;
    border-radius: 5px;
}
