body {
    font-family: 'Segoe UI', sans-serif;
    background: #f5f0e6;
    padding: 10px;
    text-align: center;
  }
  
  .card {
    position: relative;
    width: 105mm;
    height: 155mm;
    margin: auto;
    border: 7px solid #d4af37; /* gold color */
    background: #fff;
    box-shadow: 0 0 10px rgba(0,0,0,0.3);
    padding: 15px;
    box-sizing: border-box;
  }
  
  .header h1 {
    font-size: 22px;
    margin: 0;
    color: #800000;
  }
  
  .family {
    font-weight: bold;
    font-size: 16px;
  }
  
  .highlight {
    color: #a52a2a;
    font-weight: bold;
  }
  
  .dotted {
    border: none;
    border-top: 1px dotted #333;
    margin: 7px 0;
  }
  
  .mchangiaji {
    font-size: 18px;
    color: #000080;
  }
  
  .middle-text {
    font-size: 14px;
    margin: 10px 0 5px;
  }
  
  .groom {
    font-size: 18px;
    margin: 0;
  }
  
  .details {
    font-size: 13px;
    margin: 6px 0;
  }
  
  .deadline {
    font-size: 12px;
    font-weight: bold;
    margin-top: 8px;
  }
  
  .amounts {
    font-size: 13px;
    margin: 8px 0;
  }
  
  
  .footer .mawasiliano {
    font-size: 12px;
    margin-top: 7px;
  }
  
  .flower {
    position: absolute;
    width: 60px;
    height: auto;
    opacity: 0.4;
  }
  
  .flower.left {
    top: 5px;
    left: 10px;
  }
  
  .flower.right {
    bottom: 5px;
    right: 10px;
  }
  
  .input-section {
    margin-top: 20px;
  }
  
  .input-section input {
    padding: 6px;
    width: 250px;
    font-size: 14px;
  }
  
  .input-section button {
    padding: 6px 10px;
    margin-left: 5px;
    font-size: 14px;
  }
  * {
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
  }
  body {
    transform: scale(1); /* avoid transforms that shrink content */
  }