I started studying Bootstrap now and I'm having trouble understanding and modifying the CSS tags of the folder I downloaded on their website, so it would be easier to edit the part HTML
I need to centralize the SIGN UP text, but I'm not getting any and in the CSS files, several quotes are made about the class and it looks like it is overwritten several times, so if I mess with one, I need to change the others too.
<headerclass="masthead clearfix navbar navbar-dark bg-dark">
<div class="logo">
<img src="images/drawing2.png" width="9%"/>
</div>
<div class="inner">
<div class="nav justify-content-center m-auto">
<h3 class="masthead-brand"> CADASTRE-SE </h3>
</div>
</div>
</header>