footer {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  text-align: center;
  padding: 20px;
  background-color: #e0e0e0;
  box-sizing: border-box;
  color: rgba(0, 0, 0, 0.5);
  font-size: 0.8em;
}

@media screen and (max-width: 600px) {
  footer {
    font-size: 0.6em;
  }
}/*# sourceMappingURL=footer.css.map */