#register {
  display: flex;
  justify-content: center;
  gap: 8px;
  margin-top: 32px;

  a {
    text-decoration: none;
    font-weight: 700;
    color: #014a7f;
  }
}

@media (max-width: 768px) {
  #register p {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}