
body, h1, h2, h3, h4, header, section {
   padding: 0;
   margin: 0;
   font: normal 200% 'Muli', Georgia, Helvetica, Times, serif;
} 
body {
   width: 100%; 
   background-color: #e1e8f0;
   /* background:  url(../images/FlamingoProfile.jpg) left top fixed no-repeat; */
   background:  url(../images/rose-breasted-grosbeak-mod.jpg) left top fixed no-repeat;
   background-size: cover;
}
#bigfatcontainer, p {
   display: flex;
   align-items: center;
   justify-content: center;
   flex-wrap: wrap
}
p { 
   color: crimson;
   letter-spacing: 3px;
   font-weight: 600;
   margin: .5em 2em;
}

