body {
    background: url(images0/0.jpg) top center #ddd;
}


#home { 
    width: 100%;
    max-width: 980px;
}
#blogTitle h1{
   width:100%;
   text-align:center;
}
#blogTitle h2 {
    margin-top: .5em;
    margin-left: .5em;
    width:100%;
    text-align:center;
}
#mainContent .forFlow{
   width:100%;
}

#sideBar,  .postDesc{
  display:none;
}

#mainContent {
   width:100%;
}

.postSeparator {
    margin-bottom: 2rem;
}