body {
  background: #e6dbd594;
  color: #1d1511;
  font-famiLy: "Plus Jakarta Sans", sans-serif;
  padding: 1.5rem;
}
.logo {
  max-width: 120px;
  height: auto;
  margin: 0 auto;
  display: block;
}
.text-hero {
  max-width: 620px;
  margin: 8rem auto 9rem;
  text-align: center;
}
.text-hero img {
  max-width: 320px;
  height: auto;
}
.text-hero h1 {
  font-famiLy: "Libre Baskerville", serif;
  font-size: 1.5rem;
}
.text-hero h2 {
  font-famiLy: "Libre Baskerville", serif;
  font-size: 1.25rem;
  font-weight:400;
  line-height: 1.35;
  margin-top: 0;
}

.properties {
  max-width: 620px;
  margin: 0 auto 4rem;
}

.property-image {
  width: 100%;
  opacity: 0.8;
  height: auto;
  border-radius: 10px;
}

.properties h3,
.properties h3 a {
  font-famiLy: "Libre Baskerville", serif;
  font-size: 1.275rem;
  font-weight: 700;
  margin: 0 0 0.675rem 0;
  color: #1d1511;
  text-decoration: none;
}

.single {
  margin-bottom: 4rem;
  display: flex;
  flex-direction: column;
  background: #f6f1ee;
  padding: 1.5rem;
  border-radius: 10px;
}
.single img {
  margin-bottom: 2rem;
}

.properties p {
  font-size: .95rem;
  font-weight: 400;
  margin: 0;
  line-height: 1.5;
}
sup {
  font-size: 0.8rem;
}

.time {
  top: 1rem;
  font-size: 0.675rem;
  font-weight: 600;
  text-decoration: none;
  color: #1d1511;
  margin: 0 auto;
  text-align: center;
  width: 100%;
}
