.footer {
    background-color: #eddfcc;
    border-top: 2px solid #c4b6a6;
}

/* Social Media Buttons */
.footer__social-link {
    margin: 0 40px;
    text-decoration: none !important;
    border: none;
    outline: none;
}

.footer__social-link:hover,
.footer__social-link:focus,
.footer__social-link:active {
    text-decoration: none !important;
    outline: none;
}

.footer__social-link:first-child {
    margin-left: 0;
}

.footer__social-link:last-child {
    margin-right: 0;
}