.block{
    width:200px;
    height:200px;
    background-image: url("chat.png");
    background-position: center;
    background-size: cover;
    position:absolute;
    top:0;
    left:0;
}

#demo{
    margin-top:48px;
}