footer {
  background-color: #000;
  border-top: 1px solid var(--gr-border);
  padding: 80px 0 40px;
  margin-top: 100px;
}

.footer-link {
  color: var(--gr-muted);
  text-decoration: none;
  font-size: 0.9rem;
  transition: color 0.2s;
}

.footer-link:hover {
  color: white;
}

.uppercase {
  text-transform: uppercase;
  letter-spacing: 1px;
}
