footer {
    padding: 44px 0;
    background-color: var(--cor-pink);
    width: 100%;
}

.footer-text {
    display: block;
    text-align: center;
}

.footer-text a:hover {
    text-decoration: underline;
}