footer {
  flex-shrink: 0;
  background-color: #000;
  border-top: 1px solid var(--gr-border);
  padding: 60px 0 30px;
  margin-top: 80px;
}

.footer-link {
  color: var(--gr-muted);
  text-decoration: none;
  font-size: 0.9rem;
  transition: 0.2s;
}

.footer-link:hover {
  color: white;
}
