<!DOCTYPE html>

<html lang="en">

<head>

  <meta charset="UTF-8">

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

  <style>

    body {

      margin: 0;

      background: black;

      color: white;

      font-size: 100px;


      display: flex;

      justify-content: center;

      align-items: center;


      height: 100dvh; /* better than 100vh on mobile */

    }

  </style>

</head>

<body>

  ಠ_ಠ

</body>

</html>