How to change text background color and corner radius?

If you’d like something like this:

Go to edit code > assets > base.css and add this:

#Details-HeaderMenu-5{
    background-color: #ac3834;
    border-radius: 40px;
}