footer {
    background-color: #50af50;

}

#footer-items {
    display: flex;
    justify-content: space-between;
    padding: 0 8% 24px 4%;
    align-items: center;
}

#copyright {
    color: #1d1d1d;
    font-weight: 500;
}

