.propDown{
    width: 100px;
    height:100px;
    background:rosybrown;
    position:fixed;
    left:0;
    bottom:30px;
    
}
.heaeder{
    width: 100%;
    height:50px;
    background:goldenrod
}
.footer{
    width:100%;
    height:50px; 
    background:goldenrod;
    
}
h1,#tagline{
    text-shadow:5px 5px 5px gray;
}
.post>h2{
    width: 100%;
    height: 20px;
    background: lemonchiffon;
    line-height: 30px;
    border-radius: 5px;
    text-indent: 1rem;
}