/* .loginButton{
    border: solid 1px var(--primary);
    border-radius: var(--radius);
    color: white;
    padding: 0.65rem 1.2rem;
    font-size: 1rem;
    font-weight: bold;
    cursor: pointer;
    transition: all 0.3s ease;
} */

.honeypot {
  display: none;
  visibility: hidden;
  height: 0;
  overflow: hidden;
}

main {
  min-height: 70vh;
}