.navbar {
    display: none
}
#mainContent .forFlow {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
.day {
    width: 300px;
}
#home {
    width: auto; 
    margin-top: 0px;
    margin-bottom: 0px;
    padding-bottom: 1%;
}
#footer {
    color: #686868;
    text-align: center;
    min-height: 15px;
    _height: 15px;
    border-top: 0px solid #ededed;
    margin-top: 50px;
    padding-top: 10px;
    margin-bottom: 10px;
    display: flex;
    justify-content: center;
}
#blogTitle h1 {
    font-size: 48px;
}
.postDesc {
    display: flex;
}