.coords-info
{
    position: fixed;
    right: 12px;
    top: 12px;
    background: rgba(17, 24, 39, .75);
    border: 1px solid rgba(148, 163, 184, .18);
    border-radius: 10px;
    padding: 8px 10px;
    font-variant-numeric: tabular-nums;
    font-weight: bold;
    font-family: Calibri;
    font-size: 16px;
    backdrop-filter: blur(3px);
}

.legend
{
    position: fixed;
    left: 12px;
    bottom: 12px;
    background: rgba(17, 24, 39, .75);
    border: 1px solid rgba(148, 163, 184, .18);
    border-radius: 10px;
    padding: 8px 10px;
    font-variant-numeric: tabular-nums;
    font-family: Calibri;
    font-size: 16px;
    backdrop-filter: blur(3px);
}

.legend > div
{
    display: flex;
    align-items: center;
}

.legend > div > img
{
    margin-right: 5px;
}

.copyright
{
    position: fixed;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    background: rgba(17, 24, 39, .75);
    border: 1px solid rgba(148, 163, 184, .18);
    border-radius: 10px 10px 0 0;
    padding: 2px 10px;
    font-variant-numeric: tabular-nums;
    font-family: Calibri;
    font-size: 16px;
    backdrop-filter: blur(3px);
}

.copyright a
{
    color: white;
    font-weight: bold;
}

.copyright a:hover
{
    color: lightgray;
}
