.footer-rodapie{
    display: flex;
    
    justify-content: center;
}

.footer__rodapie{
    background-color: black;
    width: 100%;
    color: rgb(183, 212, 16);
    text-align: center;
    font-size: 1rem;
    font-family: 'Roboto', sans-serif;
    line-height: 1.5em;
    text-shadow: black 0.1em 0.1em 0.1em;
    
}