.download-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-top: 16px;
  padding: 8px 12px;
  border-radius: 5px;
  background: var(--accent);
  color: #fff;
  font-size: .9rem;
  font-weight: 700;
  text-decoration: none;
}

.download-link:hover,
.download-link:focus-visible {
  background: #234d34;
  color: #fff;
}
