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

p{
    margin-top:48px;
}