<!DOCTYPE html>

<html lang="de">

<head>

    <meta charset="UTF-8">

    <style>

        body { background-color: black; color: white; display: flex; 

               justify-content: center; align-items: center; 

               height: 100vh; margin: 0; font-family: sans-serif; }

    </style>

</head>

<body>

    <h1>hi, artists.</h1>

</body>

</html>