.customer-view .item.item-custom {
border-radius: 30px;
text-transform: uppercase;
margin: 10px;
}
Information:
box-radius – it’s rounded corners
text-transform – concerned the case of your font
margin – spaces between different elements
Obviously, you can change the values of border-radius or margin.
example: border-radius: 10px
Don’t forget, the lisibility is very important.