footer{
    background-color: rgb(112, 191, 255);
}

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

#copyright{
    color: rgb(255, 0, 0);
    font-weight: 600;
}

@media screen and (max-width: 600px){
    #footer_items{
        justify-content: center;
        flex-direction: column;
        gap: 30px;
    }
}