So I have the following code:
<b-card
class="getting-started border-0"
overlay
img-src="https://images.unsplash.com/photo-1554386690-cc2d52c7f3d6?ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&ixlib=rb-1.2.1&auto=format&fit=crop&w=1395&q=80"
img-alt="Card Image"
text-variant="white"
title="Getting Started"
sub-title="Where to begin?"
>
<b-card-text>
Some quick example text to build on the card and make up the bulk of the card's content.
</b-card-text>
</b-card>
I would like to sytle the title inside b-card utilizing css. I haven't been able to find any way to access this element.