<!DOCTYPE html>
        <html lang='fr'>
        <head>
        <meta charset='UTF-8'>
        <meta name='viewport' content='width=device-width, initial-scale=1.0'>
        <title>NAS Studio Néroli</title>
        <style>
        body {
          background: #E7D0C8;
          color: #84503C;
          font-family: 'Lexend', sans-serif;
          display: flex;
          justify-content: center;
          align-items: center;
          height: 100vh;
          margin: 0;
        }
        h1 {
          font-size: 1.8rem;
        }
        </style>
        </head>
        <body>
          <h1>Studio Néroli</h1>
        </body>
        </html>