footer {
    color: white;
    padding: 10px 20px;
    position: fixed;
    bottom: 0;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.footer-content {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

footer p {
    margin: 0;
}

.logo {
    height: 40px;
    width: auto;
}

.footer-content a {
    margin-left: auto; /* Empurra a logo para a direita */
}
