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

body {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

.container {
    flex: 1;
}

.page-footer {
    margin-top: auto;
    padding: 10px 15px;
    background-color: #f8f9fa;
    border-top: 1px solid #ddd;
    text-align: center;
    width: 100%;
}

    .page-footer .text-muted {
        font-size: 14px;
    }

    .page-footer a {
        color: #258cfb;
        text-decoration: none;
    }

        .page-footer a:hover {
            text-decoration: underline;
        }

    .page-footer .text-muted a {
        color: orange;
    }
