html{
    background-image: url('shovel.gif');
    background-repeat: repeat;
}

body, html { 
    overflow: hidden; 
}

#blogtitle{
    top: -160px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    z-index: 3;
    position: relative;
}