.content-container {
    min-height: 500px;
}

.footer div{
    text-align: center; 
    width: 100%; 
    padding-top: 10px; 
    padding-bottom:10px; 
    background-color: WhiteSmoke; 
    position: sticky; 
    bottom: 0px;
    color:gray; 
    font-size: 12px
}