h1 {
  text-align: center;
  color: rgb(97,63,47);
  /* background-color: rgb(254, 196, 101);    */
  background-color: rgb(121, 187, 153)
    }
 h2 {  
   text-align: center;
  color: rgb(97,63,47);
 /* background-color: rgb(141, 207, 173); */
 }
h3
{
  text-align: center;
 color: rgb(97,63,47);
/* background-color: rgb(0, 158, 219); */
}
body {
  text-align: center;
/*  background-color: rgb(245, 213, 188); */
background-color: rgb(250,232,192);
  color: rgb(97, 63, 47);
  font-family: Verdana;
}