footer {
  background-color: black;
  color: white;
  display: flex;
}
footer .links {
  width: 100vw;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}

.links {
  display: flex;
  width: 100vw;
  justify-content: start;
  align-items: center;
  gap: 20px;
}
.links img {
  height: 15px;
}
.links a {
  color: rgb(255, 255, 255);
}

.resp_footer_padding {
  padding: 1rem 2rem;
}

@media (orientation: portrait) or (max-width: 900px) {
  footer .resp_footer_padding {
    gap: 25px;
    padding: 1rem;
  }
}/*# sourceMappingURL=footer.css.map */