#footer {
    background-color: #ffe8b4;
    width: 100%;
    margin-top: auto;
}

#footer_item {
    display: flex;
    justify-content: space-between;
    padding: 0px 8% 24px 8%;
    align-items: center;
}

#copyright {
    color: #1d1d1d;
    font-weight: 500;
}

.ufrpe-image img {
    width: 100px;
    height: auto;
}

@media screen and (max-width: 320px){
    #footer_item {
        flex-direction: column;
        gap: 20px;
    }
}