*
{margin:0;
 padding:0;
}


body
{
background: url('ustka0.jpg') center;
height: 100vh;
width: 100vw;
background-size: cover;
display: flex;
align-items: flex-end;
justify-content: center;
}

footer{
display: center;
align-items: flex-end;
justify-content: center;
text-align: center
}

h1,h2{
    text-align: center;
    color: #D9D8D8;
    
    
    }
h1{
    font-size:16px;
    margin-bottom: 10px;
}

h2{
    font-size: 14px;

}
h3{
    margin-bottom: 20px;
}