body {
  font-family: Arial, sans-serif;
  margin: 0;
  padding: 0;
  background: #fff;
  color: #111;
}

.content-wrapper {
  padding: 100px 20px;
  text-align: center;
}

.site-legal-footer {
  margin: 2rem auto 2.5rem auto;
  width: min(960px, 92%);
  border-top: 1px solid #e9e9e9;
  padding-top: 0.9rem;
  color: #666;
  font-size: 0.78rem;
  line-height: 1.5;
}

.site-legal-footer p {
  margin: 0.2rem 0;
}

.site-legal-footer a {
  color: #444;
  text-decoration: none;
  border-bottom: 1px solid #d8d8d8;
}

.site-legal-footer a:hover {
  color: #111;
  border-bottom-color: #999;
}
