I am trying to place the text named "Test" next to the navbar which has an image and center it. Instead its moving to the right of the page<nav class="navbar navbar-expand-lg bg-body-tertiary ">
<div class="container-fluid">
<a class="navbar-brand m-3" ><img src="images/_1_up_nu_marquee.jpg" alt="marquee" width="270" height="70"></a>
<div class= "text">
<h2>text-align: center:</h2>
<p>Test</p>
</div>