html, body {
    height: 100%;
    margin: 0;
    background-color: white !important;
}

.page-wrapper {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}

#logobox {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    border-bottom: 1px solid black;
}

#logobox img {
    width: 100px;
    height: auto;
    display: block;
}

#footer {
    text-align: center;
    padding: 15px;
    font-size: 14px;
    margin-top: auto; /* Pushes footer to the bottom */
}

#wrap-content{
    flex: 1; 
    padding-top: 10px;
}
