body {
  margin: 0;
  font-family: 'Playfair Display', serif;
  background: #fefefe;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
  text-align: center;
  padding: 1rem;
  box-sizing: border-box;
}

.container {
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 90vw;
}

.fancy-text {
  font-size: 2rem;
  margin: 1rem 0;
  color: #333;
}

.center-image {
  max-width: 90vw;
  max-height: 70vh;
  margin: 1rem 0;
  border-radius: 12px;
  box-shadow: 0 6px 12px rgba(0,0,0,0.1);
}
