.legend{
    border-radius: 5px;
    padding: 0px 16px;
    font-weight: 500;
    text-align: center;
    width: fit-content;
    max-height: 38px;
    display: flex;
    align-items: center;
    justify-content: center;
}