/* Set the color of the h1 to beige */
h1 {
  color: beige;
  font-family: 'Playfair Display', serif;
  font-size: 2.5em;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2);
  margin-bottom: 40px;
}

/* Additional styles for other elements can go here */
