.bonheur-royale-regular {
  font-family: "Bonheur Royale", cursive;
  font-weight: 400;
  font-style: normal;
}

.background {
  /* background: #706d13;
  background: linear-gradient(90deg, rgba(112, 109, 19, 1) 0%,
                                   rgba(222, 212, 102, 1) 50%, 
                                   rgba(112, 109, 19, 1) 100%); */
  background: lightslategray; /* Fallback for older browsers */
  background: linear-gradient(90deg, rgb(85, 97, 109) 0%,
                                   rgb(159, 181, 204) 50%, 
                                   rgb(85, 97, 109) 100%); 
                                 
}