body{
    background-color: #E6DAD1;
    font-family: "Lora", serif;
    font-optical-sizing: auto;
    font-style: normal;
}

footer{
    background-color: #7a8878;
    width: 100%;
    text-align: center;
    padding: 10px;
    font-style:italic;
}

.demo{
    background-color: #7a8878;
    color: #E6DAD1;
}

.button{
    background-color: #7a8878;
    color: #E6DAD1;
}

.button:hover, .button:focus{
    color: #7a8878;
    background-color: #E6DAD1;
}

.finished-page {
  margin-top: 70px; /* to sit below navbar */
  padding: 20px;
  display: flex;
  flex-direction: column;
  gap: 40px;
}

/* --- Each project block --- */
.finished-item {
  background: white;
  border: 3px solid #000;
  border-radius: 15px;
  padding: 20px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

/* Polaroid photo */
.finished-photo {
  width: 100%;
  border: 10px solid white;
  box-shadow: 0 5px 12px rgba(0,0,0,0.15);
  border-radius: 5px;
}

.links{
    color:#7a8878
}

.links:hover, .links:focus{
    color: #cd9ca2;
}

/* Project info box */
.project-info {
  background: #fff7f1; /* soft warm pink/tan */
  border: 2px dashed #000;
  padding: 15px 20px;
  border-radius: 12px;
}

.project-info h2 {
  margin-top: 0;
  font-size: 1.6rem;
}

.bean-rating .paws {
  font-size: 1.3rem;
}

.notes-title {
  text-align: center;
  font-size: 2.4rem;
}

.notes-subtitle {
  margin-top: -10px;
  text-align: center;
  color: #7a8878;
  margin-bottom: 30px;
  font-style: italic;
}

/* --- Desktop version: side-by-side --- */
@media (min-width: 768px) {
  .finished-item {
    flex-direction: row;
    align-items: flex-start;
  }

  .finished-photo {
    width: 40%;
    max-width: 350px;
  }

  .project-info {
    flex: 1;
  }
}
