এইচটিএমএল

<article class="autobot">
  <h1>Autobot</h1>
</article>

সিএসএস


        .autobot {
  display: flex;
}

.autobot > * {
  margin: auto;
}