footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1rem 2rem;
    
}

#footer-social-media {
    display: flex;
    background-color: white;
    padding: 0.5rem;
}

#footer-social-media a {
    height: 2rem;
    width: 2rem;
}

#footer-social-media img {
    cursor: pointer;
}