Example:
<div
class="box bg-3"
style="margin: 1em; display: flex; justify-content: center"
>
<div class="dialog" style="width: min(32em, 80vw); min-height: 12em">
<div class="dialog-header">Dialog Title</div>
<div class="dialog-body">
<span class="text">This is the dialog content.</span>
</div>
</div>
</div>
Result:
Dialog Title
This is the dialog content.