.footer {
  width: 100%;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #202020;
}

.footer-container {
  max-width: 1200px;
  width: 100%;
  padding: 20px;
  color: #f1f1f1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  overflow: hidden;
}

/*# sourceMappingURL=footer.css.map */
