
    <html>
        <head>
            <meta charset="UTF-8">
            <style>
                * {
                    margin: 0;
                    padding: 0;
                    box-sizing: border-box;
                }
                body {
                    font-family: "Lucida Sans Typewriter", "Courier New", monospace;
                    background: #262626;
                    min-height: 100vh;
                    display: flex;
                    flex-direction: column;
                    align-items: center;
                    justify-content: center;
                    color: #BBBBBB;
                    padding: 20px;
                    font-size: 20px;
                }
                .subtext {
                    color: #fd5ff0;
                }
            </style>
        </head>
        <body>
        <pre>
        ██╗  ██╗ ██████╗ ██████╗ 
        ██║  ██║██╔═████╗╚════██╗
        ███████║██║██╔██║ █████╔╝
        ╚════██║████╔╝██║ ╚═══██╗
             ██║╚██████╔╝██████╔╝
             ╚═╝ ╚═════╝ ╚═════╝ 
        </pre>
        <pre class="subtext">
        Computer says no!
        </pre>
        </body>
    </html>
    