footer {
    background-color: #050505;
    width: 100%;
}

#footer_items {
    display: flex;
    justify-content: space-between;
    padding: 0px 8% 24px 8%;
    align-items: center;
}

#copyright{
    color: #e0e0e0;
    font-weight: 500;
}

@media screen and (max-width: 840px){
    #footer_items{
        flex-direction: column;
        gap: 20px;
    }
}