
#blogTitle {
    background-image: url(https://static.runoob.com/images/mix/854D114E-7319-45ED-9458-606548235CAC.png);
				background-repeat: no-repeat ;
				background-position: center top !important; 
				background-size:cover ;
background-attachment: fixed;
    height: 500px;
    clear: both;
    width: 100%;
    margin: 0 auto;
    position: relative;
}
#blogTitle h1 {
    font-size: 50px;
    width: 310px;
    height: 100px;
    line-height: 100px;
    text-align: center;
    position: relative  !important;
    top: 50%;
    left: 50%;
transform: translate(-50%,-50%);
    font-weight: normal;
}
#home{
background-image: url(https://static.runoob.com/images/mix/BFD206B6-07E8-41B5-AF88-924CECFCA256.png);
				background-repeat: no-repeat ;
				background-position: center bottom  !important;
				background-size:cover ;
				background-attachment: fixed;
}
#blog-calendar{
background:#fff;
color:#9fa4a4;
padding: 10px 0;
}
