.rodape {
    background-color: #07102c;
    height: 20px;
    margin: 10px 0;
}

.copyright {
    color: white;
    font-size: 13px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.copyright__icone {
    font-size: 15px;
}

/* mobile */

@media screen and (max-width: 650px) {
    .copyright {
        margin-bottom: 10px;
    }
}