#blogTitle h1 {
    font-size: 30px;
    width: 310px;
    height: 100px;
    line-height: 100px;
    text-align: center;
    position: relative;
    top: 80px;
    left: 17px;
    font-weight: normal;  
   text-shadow: 0 0 1px #999,    
             1px 1px 1px #888,    
             2px 2px 1px #777,    
             3px 3px 1px #666,    
             4px 4px 1px #555,    
             5px 5px 1px #444;    
   color:white;  
  background-image: url(https://images.cnblogs.com/cnblogs_com/vteyygyxk/968846/o_%e6%a8%aa%e5%b9%85-1.jpg)
}

#blogTitle h1:hover {
   font-size: 40px; 
 }

#blogTitle h2 {
    width: 335px;
    position: relative; 
    line-height: 180%;
    font-weight: normal;
    top: 107px;
    left: 5px;
    font-size: 23px;
   text-shadow: 0 0 1px #999,    
             1px 1px 1px #888,    
             2px 2px 1px #777,    
             3px 3px 1px #666,    
             4px 4px 1px #555,    
             5px 5px 1px #444;    
   color:white;  
}

#blogTitle h2:hover { 
   color:red;  
 }

#profile_block {
    background: #fff;
    padding: 20px;
    color: red;
    font-size: 13px;
    line-height: 1.8;
    margin-top: 0!important;
    border: 1px solid #dedede;
}

.day {
    background-image: url(https://images.cnblogs.com/cnblogs_com/vteyygyxk/968846/o_%e5%86%85%e5%ae%b9.jpg);
    padding: 20px;
    border: 1px solid #dedede;
    margin-bottom: -1px;
}

.day:hover {
    border: 5px solid #169fe6;
    position: relative;
    z-index: 10;
}

#profile_block:hover {
    border: 5px solid #ff5e52;
}

#profile_block {
    background: #d8e8f1;
    padding: 20px;
    color: red;
    font-size: 13px;
    line-height: 1.8;
    margin-top: 0!important;
    border: 1px solid #dedede;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
    max-width: 850px;
    background-color: #d8e8f1;
}