.postTitle a:hover {
        margin-left: 0px;
        color: #0f3647;
        text-decoration: none;
}
#topics .postTitle {
       font-size: 150%;
}
 #home {
    margin: 0 auto;
    width: 90%;
    min-width: 950px;
    background-color: #fff;
    padding: 30px;
    margin-top: 10px;
    margin-bottom: 10px;
    box-shadow: 0 2px 6px rgba(100, 100, 100, 0.3);
}