How can I move my block of buttons to the right?
<div class="bttns__block">
<div>
<button class="btn-header" onclick='location.href="certificates.html"' >CERTIFICATES</button>
</div>
<div>
<button class="btn-header" onclick='location.href="certificates.html"' >TG</button>
</div>
<div>
<button class="btn-header" onclick='location.href="https://www.twitch.tv/qternel"'>Twitch</button>
</div>
</div>