/* put your own styles to customize and override the theme */
html, body {
    height: 100%;
    margin: 0;
}

.page-wrapper {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

.page-content {
    flex: 1; /* Push footer down */
}

footer {
    background-color: #f8f9fa; /* Matches Bootstrap .bg-light */
}
footer a img {
    transition: transform 0.2s ease;
}
footer a:hover img {
    transform: scale(1.15);
}