<!DOCTYPE html>
<html lang="en">
  <head>
    <meta charset="utf-8" />
    <title>APPS.LV</title>
    <style>
      body {
        height: 100vh;
        margin: 0;
        font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
          "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji",
          "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
      }

      .block-center {
        display: grid;
        place-items: center center;
      }

      h1 {
        font-weight: 700;
        font-size: 10rem;
        letter-spacing: -2rem;
        margin: 0;
        padding: 0;
      }

      h1 > sup {
        font-size: 4rem;
        letter-spacing: 0;
        margin-left: 2rem;
        vertical-align: top;
      }
    </style>
  </head>
  <body class="block-center">
    <main>
      <h1>
        APPS
        <sup>LV</sup>
      </h1>
    </main>
  </body>
</html>
