footer {
  width: calc(100dvw - 8px);
  border: solid 4px black;
  height: 10dvh;
  margin: 0;
  background-color: #ffffff;
  font-size: 12px;
}
footer ul {
  list-style-type: none;
  display: flex;
  width: 100%;
  height: 100%;
  align-items: center;
  padding: 0;
  justify-content: space-around;
}
footer ul li {
  display: inline-flex;
}
footer ul a {
  color: black;
}
footer ul a:visited {
  color: black;
}
@media screen and (min-width: 1023px) {
  footer {
    width: calc(100% - 8px);
    font-size: 12px;
  }
}/*# sourceMappingURL=footer.css.map */