.footer {
  background-color: #222;
  padding: 16px 15px;
}
.footer__body {
  max-width: 1200px;
  margin: 0 auto;
  font-size: 14px;
  color: #828282;
  line-height: 1.7em;
  font-weight: 500;
  text-align: center;
}
.footer a {
  font-weight: 700;
}