<!DOCTYPE html>
            <html>
            <head>
            <meta charset="utf-8">
            <title>GORKOV</title>
            <style>
            html, body {
                margin: 0;
                padding: 0;
                height: 100%;
                width: 100%;
                overflow: hidden;
            }
            body {
                display: flex;
                align-items: center;
                justify-content: center;
                background: #000;
                color: #fff;
            }
            h1 {
                font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
                font-size: 20vw;
                font-weight: 900;
                margin: 0;
                padding: 0;
                line-height: 1;
            }
            </style>
            </head>
            <body>
            <h1>GORKOV</h1>
            </body>
            </html>