
.hbg
{
    background-attachment: fixed;
    background-image: url('formBG.jpg');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
   
    
}

#instafeed-container
{
    height: min-content;
}

html
{
    height: 100%;
}
body
{
    display: flex;
    flex-direction: column;

    min-height: 100%;
}

.mess
{
    padding:50px 50px 50px 50px;
    text-align: justify;
    background-image: url(messBG.jpg);
    background-attachment: fixed;
}