I do not understand as much about HTML and CSS as I would like and need to make a small change on a site where I'm limited, so I did it here.
<div>
<div>
<a class="button" href="(LINK)" style="float: right; border:1px solid; padding: 11px 21px; vertical-align: middle; background:#2D888F; color:white;border-radius:6px; font-size: 20px; font-family:helvetica, serif;text-decoration:none;">Abra sua conta</a></div>
<div>
<a class="button" href="(LINK)" style="float: center; border:1px solid; padding: 11px 21px; vertical-align: middle; background:#2D888F; color:white;border-radius:6px; font-size: 20px; font-family:helvetica, serif;text-decoration:none;">Minha conta</a></div>
</div>
<p>
The buttons are okay, just one overlapping the other, and I need them to stay side by side. Can anyone help me with a solution to this?