<html>
  <head>
    <title>Lalit Kapoor</title>
    <style type="text/css">
      body {
        background-color: white;
        color: black;
        min-height: 100vh;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
      }

      html, body { margin: 0;}

      .name {
        font-family: 'Courier New', Courier, monospace;
        font-size: 4em;
      }
    </style>
  </head>
  <body>
    <div>
      <div class="name">Lalit Kapoor</div>
    </div>
  </body>
</html>
