footer{
    display: flex;
    height: 60px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: var(--color--vermelho--rosa);
}

footer p{
    flex-wrap: wrap;
    font-weight: 500;
    color: var(--color--preto);
}

/* RESPONSIVIDADE*/
@media (max-width: 1000px) {
    footer p{
        text-align:center;
        font-size: 0.8rem;
    }
}
