.social-form {
  border-top: 1px solid var(--line);
  margin-top: 22px;
  padding-top: 10px;
}

.social-link,
.board-hacker {
  color: var(--blue);
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 4px;
}

.social-link:hover,
.board-hacker:hover {
  color: var(--mint);
}
