@charset "UTF-8";
/* CSS Document */


body {
  margin: 0; min-height: 100vh;
  display: flex; justify-content: center; 
  font-family: 'Lora', serif;
  color: #222;
  background: #97a469;
  
}

.wrap {
  display: flex; flex-direction: column; align-items: center; gap: 15px;
  padding: 24px; max-width: 720px; width: 100%;
}

h1 {
  margin: 0;
  color:#fafafa;
  opacity:100%;
  font-family: 'Playfair Display', serif;
  font-size: 32px;
  font-weight: 700;
  letter-spacing: 0.5px;
  text-align: center;
}


p {
  margin: 0;
  color:#fafafa;
  text-align: center;
  line-height: 1.6;
  font-size: 18px;
  font-weight: 400;
}



