.skin-simplememory.has-navbar {
    background-color: rgba(255,206,243,0.2);
}

#home {
    width: 90%;
    border-radius: 30px;
    box-shadow: 2px 2px 10px #cabbe9;
}

#blogTitle h1 a {
    font-size: 40px;
    font-weight: 500;
    color: #283c63;

    transition: font-size 0.5s;
}
#blogTitle h1 a:hover {
    font-size: 50px;
}

#blogTitle h2 {
    font-size: 15px;
    font-weight: 800;
    color: #9896f1;

    transition: font-size 0.5s;
}
#blogTitle h2:hover {
    font-size: 17px;
}

.postTitle {

}