footer .wrap {
  background-color: var(--mono16) !important;
  transition-timing-function: ease-in-out;
  transition-duration: var(--themn-duration);
}

footer .wrap .bottom-wrap .copyright {
  border-color: var(--mono12);
}