.mines-footer {
  padding: 34px 20px;
  background: #101216;
  color: #aeb9c8;
  font-family: Arial, sans-serif;
  text-align: center;
}

.mines-footer__inner {
  display: grid;
  gap: 16px;
  justify-items: center;
}

.mines-footer p {
  margin: 0;
  font-size: 13px;
}

.mines-footer nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px 18px;
}

.mines-footer a {
  color: #fff;
  font-size: 14px;
  text-decoration: none;
}

.mines-footer a:hover,
.mines-footer a:focus-visible {
  color: #42a6ff;
  text-decoration: underline;
}
