div.footer-branding{
display: none;
}
h4.site-copyright{
color: black;
}
div.footer-widget{
background: #eeee22;
display: flex;
align-items: center;
justify-content: flex-between;
margin: auto;
}
header#masthead.site-header{
background-color: #eeee22;
}
h2.entry-title.section-title{
display: none;
}
div#primary.content-area{

    margin-left: auto;
    margin-right: auto;
    width: 100%;
}
div#content.site-content{
max-width: 900px;
margin: auto;
}