<!DOCTYPE html>

<html lang="en">

<head>

  <meta charset="UTF-8" />

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

  <title>Hello Archborn</title>

  <style>

    body {

      margin: 0;

      font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;

      display: flex;

      align-items: center;

      justify-content: center;

      height: 100vh;

      background: #000;

      color: #fff;

    }

    h1 {

      font-size: 3rem;

      letter-spacing: 0.05em;

    }

  </style>

</head>

<body>

  <h1>Hello World – Archborn</h1>

</body>

</html>