<!DOCTYPE html>
<html lang="en">
  <head>
    <meta charset="UTF-8" />
    <title>this is it</title>
    <style>
      html,
      body {
        height: 100%;
        width: 100%;
        margin: 0;
        padding: 0;
        border: 0;
        overflow: hidden;
      }
    </style>
  </head>
  <body>
    <p
      style="top: 50%; left: 50%; transform: translate(-50%, -50%); font-size: x-large; position: fixed;"
    >
      This is it y'all, you found it!
    </p>
  </body>
</html>