

/* Footer */
#footer .button.icon {
    background: var(--fs-color-secondary);
    border: solid 1px white;
    -webkit-box-shadow: -3px 3px 8px 2px rgb(0 0 0 / 50%);
    -moz-box-shadow: -3px 3px 8px 2px rgba(0, 0, 0, 0.5);
    box-shadow: -3px 3px 8px 2px rgb(0 0 0 / 50%);
    color: #fff;
}