footer {
  background-color: #070707;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 25px 0px;
  font-size: 1.2rem;
  text-align: center;
}
@media screen and (max-width: 620px) {
  footer {
    font-size: 1rem;
  }
}

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