#blogTitle h1 a, #blogTitle h2 {
   
    font-size: 35px;
    font-family: cursive;
    text-shadow: 3px 3px 3px #003d44;
}
#blogTitle h2 {
    /* margin-top: 2em; */
    margin-left: 3em;
    line-height: 2.5em;
    width: 50%;
    float: left;
    display: inline;
    font-size: 24px;
}
#blogTitle a:link{
    color:#099cde;
        text-shadow: none;
}