h1 { 
  font-family: 'Playfair Display', Arial, serif; 
  font-weight: 700; 
  font-size: 4em;
}
p {
  font-family: 'Playfair Display', Arial, serif; 
  font-size: 2em;
}
.first, .second, .third {
  text-align: center;
}
.second, .third {
  text-align: center;
}
.first {
  background-color: #F2D57E;
}
.second {
  background-color: #A9A688;
}
.third {
  background-color: #516057;
}
