.dayTitle {
    margin : 0px;
    margin-top : 10px;
    margin-bottom : 5px;
    font-size : 24px;
    line-height: 200%;
    background-color:gray;

}
.postTitle {
    margin : 0px;
    margin-top : 10px;
    margin-bottom : 5px;
    font-size : 24px;
    line-height: 200%;
    background-color:lightBlue;

}