﻿.help-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 14px 22px; /* linha x coluna */
}

.help-links a {
  color: #0066cc;
  text-decoration: none;
  font-size: 1.1em;
}

.help-links a:hover {
  text-decoration: underline;
}
