<!DOCTYPE html>

<html lang="fr">

<head>

    <meta charset="UTF-8">

    <meta name="viewport" content="width=device-width, initial-scale=1.0">

    <title>Deborah Landman | Assemblagist Studio</title>

    <style>

        body {

            font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;

            background-color: #f4f2ee;

            color: #1a1a1a;

            display: flex;

            flex-direction: column;

            align-items: center;

            justify-content: center;

            min-height: 100vh;

            margin: 0;

            text-align: center;

        }

        .container {

            padding: 20px;

            max-width: 600px;

        }

        img {

            max-width: 100%;

            height: auto;

            margin-bottom: 20px;

        }

        h1 {

            font-weight: 700;

            letter-spacing: 2px;

            text-transform: uppercase;

            margin-bottom: 10px;

            font-size: 1.5rem;

        }

        p {

            font-size: 1.1rem;

            margin-bottom: 30px;

        }

        .btn {

            display: inline-block;

            padding: 12px 24px;

            border: 1px solid #1a1a1a;

            text-decoration: none;

            color: #1a1a1a;

            font-weight: bold;

            transition: all 0.3s ease;

        }

        .btn:hover {

            background-color: #1a1a1a;

            color: #fff;

        }

    </style>

</head>

<body>

    <div class="container">

        <img src="Gemini_Generated_Image_q5f0x3q5f0x3-q5f0.png" alt="Deborah Landman Logo">

        <h1>DEBORAH LANDMAN</h1>

        <p>Assemblagist Studio</p>

        <a href="https://www.instagram.com/deborahlandman" class="btn" target="_blank">Instagram</a>

    </div>

</body>

</html>