#page-container {
    position: relative;
    min-height: 100vh;  /* Ensure page takes the full height */
}

#content-wrap {
    padding-bottom: 50px;  /* Ensure space for the footer */
}

#footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 50px;
    background-color: #2c3e50;
    color: white;
    text-align: center;
    line-height: 50px;
}