<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <title>Sketches & Pixels</title>
    <style>
        body {
            font-family: Arial, sans-serif;
            background-color: #091E26;
            color: #FFFFFF;
            text-align: center;
            margin: 0;
            padding: 0;
        }

        header {
            background-color: #20B1EC;
            padding: 20px;
        }

        h1 {
            margin: 0;
        }

        .bio {
            padding: 20px;
        }
    </style>
</head>
<body>
    <header>
        <h1>Welcome to Sketches & Pixels</h1>
    </header>
    <div class="bio">
        <p>Start your domain name search here</p>
        <p>Free WHOIS Privacy, SSL, and Premium DNS included.</p>
        <p>Host with us, or any provider of your choice.</p>
    </div>
</body>
</html>