<!DOCTYPE html>
<html>
  <head>
    <title>Geekologie</title>
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
  </head>
  <style>
    body {
      background-color: #000;
      color: #fff;
      font-size: 1.125em;
      text-align: center;
    }
    section {
        position: absolute;
        top: 50%;
        left: 50%;
        margin-right: -50%;
        transform: translate(-50%, -50%) }
  </style>
<body>

<section><p>Geekologie has shut down.</p>
<p>Thank you to everybody.</p>
<p>Now go be happy.</p></section>

</body>
</html> 