css target custom elements

HTML

<payment-provider-title>
    foo
</payment-provider-title>

CSS

payment-provider-title {
    background-color: red;
    color: white;
    font-size: 20px;
}