body {
    background-color:rgb(126, 118, 118);
    display: flex;
    justify-content: center;
    align-items: center;
    height: 730px;
} 
.greeting-wrapper {
    width: 396.8503937px; /* 396.85 pixels width */
    height: 559.37007874px; /* 559.37 pixels height */
    background-color: #ffffff;
    border: 2px solid #e0e0e0;
    border-radius: 1px;
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    display: flex;
    flex-direction: column;
}
.greeting-img img {
    width: 395px;
    height: 145px;
   
}
.greeting-content {
    text-align: center;
    flex-grow: 1;
}
.greeting-recipient-name {
  text-align: center;
  font-size: 41px;
  color: #c71585;
  margin-top: 75.60px;
  font-weight: bold;
  position: relative;
  font-family: 'Alex Brush';
}
.greeting-heading {
  text-align: center;
  font-size: 19.2px;
  color: #8b0000;
  margin-top: -143.62px;
  font-weight: bold;
  font-family: 'italic';
}
.greeting-sub-heading {
  font-size: 10px;
  color: black;
  margin-top: 34px;
  width: 355.28px;
  margin-right: 34px;
  margin-left: 18.90px;
  font-family: 'italic';
  text-align: center;
  position: absolute;
}
.greeting-pre-message, 
.greeting-message,
.greeting-closing-message{
  font-size: 13.22px;
  color: black;
  margin-top: 37.80px;
  font-family: 'italic';
  text-align: center;
}
.greeting-personal-note{
  font-size: 12.85px;
  color: black;
  margin-top: 34px;
  font-family: italic;
  text-align: center;
}
.greeting-date{
  font-size: 17px;
  color: black;
  margin-top: -117.16px;
  font-family: 'italic';
  text-align: center;
}
.greeting-occasion,
.greeting-special-instructions,
.greeting-message {
  font-style: italic;
  color: black;
  text-align: center;
  margin-top: 140px;
  width: 313.8px;
  margin-left: 45.35px;
  height: 45.35;
  font-size: 14.36px;
  font-family: 'italic';
}
.greeting-sender-name {
  font-size: 16px;
  color: #c71585;
  margin-top: 11px;
  font-weight: bold;
  text-align: center;
}
.greeting-special-instructions {
  margin-top: -10px;
  font-size: 12.85px;
  color: black;
  font-weight: bold;
  text-align: center;
  position: absolute;
}
/* Optional: Add a background pattern or subtle texture */
.greeting-wrapper::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.1;
    z-index: -1;
}
.B1 {
  transform: translate(5px, 21px) rotate(-20deg);
}

.e1 {
  transform: translate(3px, 15px) rotate(-18deg);
}

.s2 {
  transform: translate(1px, 10px) rotate(-19deg);
}

.t1 {
  transform: translate(0px, 7px) rotate(-16deg);
}

.d1 {
  transform: translate(-2px, 3px) rotate(-11deg);
}

.a {
  transform: translate(-2px, 1px) rotate(-6deg);
}

.y {
  transform: translate(-2px, 2px) rotate(3deg);
}

.e {
  transform: translate(-2px, 4px) rotate(11deg);
}

.v {
  transform: translate(-2px, 11px) rotate(21deg);
}

.e2 {
  transform: translate(-5px, 18px) rotate(33deg);
}

.r {
  transform: translate(-7px, 29px) rotate(44deg);
}
span {
  display: inline-block;
}


/* .greeting-wrapper {
    width: 396.8503937px;
    height: 559.37007874px;
    background-color: #F0E1B9FF;
    border: 1px solid #ddd;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.svg {
  top: 0px;
  width: 41%;
  height: 79%;
  position: absolute;
  left: 123px;
}
.greeting-recipient-name {
  left: 27px;
  font-size: 26px;
  font-weight: bold;
  top: 72px;
  position: absolute;
  text-align: center;
} 
.greeting-sender-name {
  font-size: 22px;
    color: #666;
    top: 111px;
    left: 28px;
    position: absolute;
    text-align: center;
} 
.greeting-heading {
  text-align: center;
    font-size: 40px;
    font-weight: bold;
    top: 187px;
    left: 27px;
    position: absolute;
}
.greeting-sub-heading {
  font-size: 20px;
  top: 282px;
  left: 28px;
  position: absolute;
  text-align: center;
  font-weight: bold;
}
.greeting-pre-message {
  left: 29px;
    font-size: 20px;
    color: #666;
    top: 249px;
    position: absolute;
    text-align: center;
} 
.greeting-message {
  text-align: center;
  left: 23px;
  font-size: 17px;
  top: 147px;
  top: 317px;
  position: absolute;
}
  .greeting-closing-message {
    text-align: center;
    left: 26px;
    font-size: 20px;
    color: #666;
    bottom: 293px;
    position: absolute;
}
  .greeting-personal-note {
    left: 26px;
    font-size: 17px;
    color: #666;
    bottom: 264px;
    position: absolute;
    text-align: center;
} 
.greeting-date {
  left: 130px;
  font-size: 16px;
  color: #666;
  top: 18px;
  position: absolute;
  text-align: center;
}
.greeting-occasion {
  left: 26px;
  font-size: 20px;
  color: #666;
  bottom: 226px;
  position: absolute;
  text-align: center;
}
  .greeting-image {
    background-image: url('image1.png');
    background-size: cover;
    background-position: center;
    height: 200px;  
    left: 104px;
    width: 205px;
    height: 400px;
    position: absolute;
    top: -39px;
  } 
  .greeting-additional-image {
    left: 104px;
    width: 205px;
    margin-top: 48px;
    top: 312px;
    /* background-image: url("img/image.png"); 
    background-size: cover;
    background-position: center;
    height: 400px;
    position: absolute;
    top: -39px;
}
.image {
  left: 0px;
  width: 205px;
  margin-top: 48px;
  top: 312px;
  background-size: cover;
  background-position: center;
  height: 400px;
  position: absolute;
  top: -48px;
}
.greeting-special-instructions {
  text-align: center;
  left: 26px;
  font-size: 14px;
  color: #666;
  bottom: 200px;
  position: absolute;
} */
 /* Basic Reset */
 /* Basic Reset */
 /* * {
     margin: 0;
     padding: 0;
     box-sizing: border-box;
 }*/