<!DOCTYPE html>
<html lang="ar" dir="rtl">
<head>
  <meta charset="UTF-8">
  <meta name="viewport" content="width=device-width, initial-scale=1.0">
  <title>دعوة خاصة - أمل</title>
  <style>
    * {
      box-sizing: border-box;
      margin: 0;
      padding: 0;
    }
    body {
      background-color: #f8f9fa;
      display: flex;
      justify-content: center;
      align-items: center;
      min-height: 100vh;
      font-family: system-ui, -apple-system, sans-serif;
    }
    .card-wrapper {
      width: 100%;
      max-width: 450px;
      padding: 10px;
    }
    .embed-container {
      position: relative;
      width: 100%;
      height: 0;
      padding-top: 177.7778%;
      box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
      border-radius: 12px;
      overflow: hidden;
      background: #ffffff;
    }
    .embed-container iframe {
      position: absolute;
      width: 100%;
      height: 100%;
      top: 0;
      left: 0;
      border: none;
    }
  </style>
</head>
<body>

  <div class="card-wrapper">
    <div class="embed-container">
      <iframe loading="lazy" src="https://www.canva.com/design/DAHS6eYuaB4/lx_NM0HVHDGlvpu-bWiEnw/view?embed" allowfullscreen="allowfullscreen" allow="fullscreen"></iframe>
    </div>
  </div>

</body>
</html>