footer {
    background-color: rgb(173, 11, 57);
    width: 100%;
    color: white;
    padding: 30px 80px 10px 80px;

    display: flex;
    align-content: space-between;
    justify-content: space-between;
}

#footersub{
    font-size: 25px;
    text-align: left;
}

#contatos p {
    margin: 5px 0 0 0px;
    font-size: 15px;
}

#copyr{
    font-size: 10px;
}

footer img {
    width: 122px;
    height: 130px;
    padding: 10px;
    border-radius: 15px;
    background-color: rgb(9, 20, 14);
}

