bikkel
Hi
You can check the supported Typo come with template here : https://ja-focus.demo.joomlart.com/index.php/en/typography
example html code for alerts
<div class="row example-row example-indicators">
<div class="col-lg-6">
<div class="alert alert-info">
<h4>info message title</h4>
<p>Donec eget purus nec tellus tincidunt lacinia et sed lorem. Cras ac dignissim mauris. Duis odio diam, rutrum ut est at, scelerisque malesuada risus.</p>
</div>
</div>
<div class="col-lg-6">
<div class="alert alert-warning">
<h4>warning message title</h4>
<p>Donec eget purus nec tellus tincidunt lacinia et sed lorem. Cras ac dignissim mauris. Duis odio diam, rutrum ut est at, scelerisque malesuada risus.</p>
</div>
</div>
</div>
This may help what you needed to put as background text.