/* about */
#first-section-about {
  background-color: #f8ebdd;
}

#second-section {
  background-color: #d1b798;
}

#third-section {
  background-color: #f8ebdd;
}

.center-image {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
.center-image img {
  max-width: 100%;
  height: auto;
}
