* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: Georgia, serif;
  background-color: #fffdf5;
  color: #222;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  padding: 40px 20px;
}

header {
  text-align: center;
  padding: 60px 40px;
  border: 2px solid #222;
  max-width: 600px;
}

header img {
  width: 150px;
  height: 150px;
  border-radius: 50%;
  object-fit: cover;
  margin-bottom: 25px;
}

.fancy-top {
  font-style: italic;
  color: #888;
  letter-spacing: 2px;
  margin-bottom: 15px;
}

h1 {
  font-size: 1.8rem;
  margin-bottom: 10px;
}

.fancy-sub {
  font-size: 1.1rem;
  margin-top: 10px;
}

.date {
  font-size: 2.5rem;
  font-weight: bold;
  margin: 25px 0;
  letter-spacing: 4px;
}

.fancy-details {
  font-style: italic;
  color: #555;
  margin: 20px 0;
  line-height: 1.8;
}

.rsvp {
  margin-top: 25px;
  font-size: 0.95rem;
  color: #333;
  line-height: 1.8;
}