.footer{
  margin-top:14px;
  display:flex; flex-wrap:wrap; gap:10px;
  justify-content:space-between; align-items:center;
  padding:14px 16px;
  border:1px solid var(--line);
  border-radius:var(--radius);
  background:rgba(0,0,0,.18);
  font-family:var(--mono);
  font-size:12px;
}
