.legal_content {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 1.5rem;
  color: rgb(62, 96, 173);
  line-height: 1.6;
}

.legal_content h1,
.legal_content h2 {
  color: rgb(45, 70, 125);
}

.legal_content a {
  color: rgb(62, 96, 173);
  font-weight: 600;
  text-decoration: none;
}

.legal_content a:hover {
  color: rgb(45, 70, 125);
}
