#map-content div.my-legend-containerrr {
    bottom: 10px;
    right: 10px;
    position: absolute;
    z-index: 1000;
    margin-left: calc(50% - 100px);
    background: rgba(255, 255, 255, 0.6);
    padding: 5px;
    border-radius: 5px;
    color: rgb(50, 50, 50);
}


