#map {
    height: 100%;
}


.fa-sr-only {
    display: block;     /* Makes the element occupy the entire line */
    z-index: 1000;      /* High z-index to ensure it is in front */
    position: relative; /* Needed to properly apply z-index */
    background-color: blue;
    color: aliceblue;
    left: -60px;
    font-size: 0.7em;  /* Keeps your original larger font size */
    font-weight: bolder;
    padding: 1px;       /* Adds some padding around the text */
    width: fit-content;
    float: left;
}

