body {
  font-family: 'Merriweather', serif;
  color: #2B2B2B;
  background-color: #F5F3F0;
}
h1, h2, h3 {
  font-family: 'Montserrat', sans-serif;
  color: #2B2B2B;
}
a {
  color: #E6A5A1;
  transition: 0.3s ease;
}
a:hover {
  color: #D97C6B;
}
