footer {
  padding: 12px;
}
footer > div {
  max-width: 1140px;
  margin: 0 auto;
}
footer ul {
  list-style: none;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin: 0 0 12px;
  padding: 0;
}
footer a,
footer p {
  font-size: clamp(10px, 2.5vw, 12px) !important;
}
footer a {
  text-decoration: none;
  color: #ddd;
}
footer a:hover {
  text-decoration: underline;
  text-underline-offset: 4px;
}
