.site-footer {
  max-width: 1010px;
  margin: 1rem 1rem 2rem;
  font-size: .85rem;
  padding: 0 0 1rem;
}

.site-footer__copyright {
  font-family: 'Courier New', Courier, monospace;
}

.site-footer__copyright span {
  background: rgb(233,0,12);
  padding: 0 .15rem;
  color: var(--color-white-lighter);
}

.site-footer__disclaimer {
  font-weight: lighter;
  font-style: italic;
  max-width: 700px;
}

@media (min-width: 1040px) {
  .site-footer {
      margin: 1rem auto;
  }
}