#home {
    margin: 0 auto;
    width: 80%;
    min-width: 950px;
    background-color: #fff;
    padding: 30px;
    margin-top: 20px;
    margin-bottom: 20px;
    box-shadow: 0 2px 6px rgba(100, 100, 100, 0.3);
}
#blogTitle h1 {
    font-size: 40px;
    font-weight: bold;
    line-height: 1.5em;
    margin-top: 20px;
}
#sideBar {
    font-size: 14px;
}
#blogTitle h2 {
    font-weight: normal;
    font-size: 12px;
    font-size: 0.928571429rem;
    line-height: 1.846153846;
    color: #aaaaaa;
    float: left;
}