footer {
  width: 100%;
  background: var(--ocean);
  color: var(--white);
  display: flex;
  justify-content: space-around;
  align-items: center;
  height: var(--footer-height);
  font-size: 0.7em;
  font-weight: var(--font-weight-regular);
}
footer svg {
  color: var(--white);
  height: 70px;
  width: 70px;
}
footer div:nth-of-type(2) svg {
  height: 30px;
  width: auto;
}
footer div {
  display: flex;
  flex-direction: column;
  margin: 1rem;
}
footer a {
  color: var(--white);
}
/*# sourceMappingURL=footer.css.map */