footer {
  background: var(--ocean);
  color: var(--white);
  width: 100%;
}
footer > div {
  max-width: var(--max-page-width);
  min-width: var(--min-content-width);
  margin-inline: auto;
  view-transition-name: main-footer;
  display: flex;
  justify-content: space-around;
  align-items: center;
  height: var(--footer-height);
  font-size: calc(var(--font-size-medium) * 0.6);
  font-weight: var(--font-weight-regular);
}
footer > div svg {
  color: var(--white);
  height: 70px;
  width: 70px;
}
footer > div div:nth-of-type(2) svg {
  height: 30px;
  width: auto;
}
footer > div div {
  display: flex;
  flex-direction: column;
  margin: 1rem;
}
footer > div a {
  color: var(--white);
}
/*# sourceMappingURL=footer.css.map */