body {
    margin: 0;
    font-family: Arial, sans-serif;
    min-height: 100vh;
}

.rodape {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: #222; /* Fundo escuro */
    color: white; /* Texto branco */
    text-align: center;
    padding: 15px 0;
}
