<!DOCTYPE html>

<html lang="en">

<head>

<meta charset="UTF-8">

<title>gibiome</title>

<meta name="viewport" content="width=device-width, initial-scale=1.0">

<style>

  body {

    margin: 0;

    height: 100vh;

    display: flex;

    align-items: center;

    justify-content: center;

    font-family: Georgia, serif;

    background: #fafafa;

    color: #222;

  }

  .container {

    text-align: center;

    padding: 2rem;

  }

  h1 {

    font-weight: 400;

    font-size: 2rem;

    margin-bottom: 0.5rem;

  }

  p {

    color: #666;

    font-size: 1rem;

  }

</style>

</head>

<body>

  <div class="container">

    <h1>gibiome</h1>

    <p>Coming back soon.</p>

  </div>

</body>

</html>