html, body {
    height: 100%;
    margin: 0;
}

body {
    display: flex;
    flex-direction: column;
}

footer {
    width: 100%;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 1000; /* Garante que o rodapé esteja acima de outros conteúdos */
}

.container {
    padding: 0 15px;
}
