.footer {
  padding: 1rem 0.5rem;
  margin: 0;
  background-color: var(--primary-color);
  color: white;
  font-size: 1.25rem;
  text-align: center;
}
@media screen and (orientation: portrait) {
  .footer {
    font-size: 1.125rem;
  }
}
/*# sourceMappingURL=footer.css.map */