body {
    position: relative;
    min-height: 99vh; /* Garante que o body ocupe pelo menos a altura total da viewport */
}

/* LOGO SAMI NO FOOTER */
.footer-panel {
    background: var(--navbar-background);
    width: 100%;
}

.logo-panel {
    max-width: 100px;
}