/* Footer */

footer {
  background-color: black;
  color: rgba(255, 255, 255, 0.7);
  padding: 48px 0;
  margin-top: 80px;
}

footer .brand {
  color: white;
  font-family: 'Newsreader', serif;
  font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: 16px;
  display: block;
}

footer a {
  color: rgba(255, 255, 255, 0.7);
  text-decoration: none;
  font-size: 0.875rem;
  font-weight: 600;
  margin: 0 12px;
  transition: color 0.2s;
}

footer a:hover {
  color: white;
}

