body {
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
  background-color: #ffebee;
  font-family: 'Dancing Script', cursive;
}

.card {
  position: relative;
  width: 400px;
  height: 600px;
  background: linear-gradient(135deg, #ff7eb9, #ff758c);
  border-radius: 20px;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.3);
  overflow: hidden;
  text-align: center;
  color: #fff;
  padding: 20px;
}

.content {
  position: relative;
  z-index: 2;
}

h1 {
  font-size: 3rem;
  margin-bottom: 20px;
  color: #fff;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

.invitation-text {
  font-size: 1.5rem;
  line-height: 1.8;
  color: #fff;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
}

.highlight {
  color: #ffcccb;
  font-weight: bold;
}

button {
  margin-top: 30px;
  padding: 10px 20px;
  background-color: #e53935;
  color: #fff;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-size: 1.2rem;
  font-family: 'Dancing Script', cursive;
  transition: background-color 0.3s ease;
}

button:hover {
  background-color: #c62828;
}

.hidden {
  display: none;
  margin-top: 20px;
  color: #ffcccb;
  font-size: 1.5rem;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
}
.card {
  background-image: url('pngtree-hand-drawn-valentines-day-illustration-poster-background-template-picture-image_1061235.jpg');
  background-size: cover;
  background-position: center;
}
/* Decorative Hearts */
.card::before,
.card::after {
  content: '';
  position: absolute;
  width: 100px
}