.footer-wrapper {
  padding: 3.25rem 1.125rem 2.5rem;
  background-color: rgb(37, 37, 36);
  color: white;
}
.footer-wrapper .logo-area {
  display: flex;
  justify-content: center;
  margin-bottom: 3rem;
}
.footer-wrapper .share-area {
  margin-bottom: 3.25rem;
  background: white;
  border-radius: 6px;
  display: flex;
  line-height: 3;
  justify-content: center;
}
.footer-wrapper .copylight {
  margin-top: 1.25rem;
  font-size: 12px;
}
.footer-wrapper a {
  color: white;
}/*# sourceMappingURL=footer.css.map */