
.link-list {
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
  margin-bottom: 2rem;
}

.link-list a {
  font-weight: bold;
  font-size: 1.1rem;
}

.back-link {
  font-weight: bold;
}
