footer { background-color: #ededed;; color: var(--black); padding:0 0; flex-shrink:0; }
footer a { color:inherit; text-decoration:none; transition: color 0.2s ease; }
footer a:hover { text-decoration:underline; }
