footer {
  color: $footer-color;
  padding-top: 4rem;
  padding-bottom: 1rem;
  font-family: $body-font-family;
  text-align: center;
  font-size: 0.8rem;
  text-transform: uppercase;
  a {
    color: $body-text-color;
  }
}
