.rodape{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 50px;
    background-color: #582814;
    color: #fff;
    text-align: center;
    font-size: 10px;
    bottom: 0;
    left: 0;
    gap: 8px;
    margin:20px 50px;
    margin-top: 50px;
    border-radius: 8px;
}
@media (max-width: 600px) {
    .rodape {
       margin-top: 100px;
    }
}
.rodape a{
    text-decoration: none;
    color: rgb(237, 237, 241);
}
.rodape a:hover{
    color:rgb(68, 173, 221);
}
i{
    margin: 3px;
}