.tab-flex {
    display: flex;
    justify-content: space-around;
    font-weight: 600;
    font-size: smaller;
}

.tab-flex p {
    border-radius: 50px;
    background-color: #FFE200;
    padding: 0 10px;
}