body
{
    
    background: #ffffff url(img/bg2.png) left top/auto repeat;
    color: #ffffff;

}
.titleheader {
    margin: auto;
    background: #ffffff url(img/bg3.png) left top/auto repeat;
    text-align: center;
    max-width: 500px;
}
.menuButtons
{
    background: #222222;
    border: 2px solid #444444;
    font-size: 24px;
}
.pageBody
{
    margin : auto;
    max-width: 720px;
    background: #ff8844 url(img/bg1.png) left top/auto repeat;
    text-align: center;
    border: 1px solid #ff8844;

}
.pageSection
{
    display: flex;
    margin: auto;
    border: 2px solid #884422;
    background: #442211;
}
