<!DOCTYPE html>
<html>
  <head>
    <meta http-equiv="content-type" content="text/html; charset=utf-8" />
    <meta http-equiv="X-UA-Compatible" content="IE=edge" />
    <meta name="viewport" content="width=device-width, initial-scale=1" />
    <script src="https://cdn.tailwindcss.com"></script>
  </head>

  <body>
    <!-- This example requires Tailwind CSS v2.0+ -->
    <main class="bg-white px-4 pt-16 pb-24 sm:px-6 sm:pt-24 lg:px-8 lg:py-32">
      <section class="max-w-3xl mx-auto">
        <!--add image centered-->
        <a href="https://www.efadah.com">
            <img class="mx-auto" src="images/logo.png" alt="efadah.com" />
        </a>
      </section>
    </main>
  </body>
</html>
