.badge {
    padding: .35em .65em;
    font-size: .75em;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25rem;
    background-color: rgba(255, 255, 255, 0.12);
    border: 1px solid #1A1A1A;
    display: flex;
    align-items: center;
}
