<!DOCTYPE html>
<html lang="fr">
<head>
  <meta charset="UTF-8">
  <meta name="viewport" content="width=device-width, initial-scale=1.0">
  <title>Merci CN</title>
  <style>
    html, body {
      margin: 0;
      padding: 0;
      width: 100%;
      height: 100%;
      background: #000;
      color: #fff;
      font-family: Arial, Helvetica, sans-serif;
    }

    body {
      display: flex;
      align-items: center;
      justify-content: center;
      text-align: center;
    }

    .container {
      text-align: center;
      padding: 20px;
    }

    .logo {
      max-width: 600px;
      width: 90%;
      margin-bottom: 50px;
    }

    h1 {
      margin: 0;
      padding: 20px;
      font-size: clamp(2.5rem, 10vw, 8rem);
      font-weight: 700;
      line-height: 1.1;
    }
  </style>
</head>
<body>
  <div class="container">
    <h1>Vous savez qui rappeler pour récupérer cet accès.</h1>
    <img src="/WM.png" class="logo">
  </div>
</body>
</html>