body {
    font-family: "IBM Plex Sans Arabic", sans-serif;
    font-weight: 100;
    font-style: normal;
  }
  .header {
    background-color: #14532d;
    color: white;
    padding: 1rem;
    text-align: center;
    border-radius: .5rem;
    margin-bottom: 1rem;
  }
  .qr-preview {
    border: 2px solid #e5e7eb;
    border-radius: .5rem;
    padding: 1rem;
    text-align: center;
    background: white;
    min-height: 250px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  /* print*/
  @media print {
    body { background: white !important; }
    .qr-preview { border: none; }
    #qrPreview svg {
      width: 8cm !important;
      height: 8cm !important;
    }
  }

  #qrForm .btn {
    min-width: 110px;
   }