<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <title>jhn.lol</title>
    <style>
        body {
            background-color: black;
            color: green;
            font-family: monospace;
            padding: 1em;
            margin: 0;
            font-size: 16px;
        }
        pre {
            word-wrap: break-word;
            white-space: pre-wrap;
            font-size: 1.2rem;
        }
    </style>
</head>
<body>
    <div>jhn.lol</div>
</body>
</html>