main {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 2rem;
}

h2 {
  text-align: center;
  margin-bottom: 1.5rem;
}

section#terms-and-conditions {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  text-align: center;
}

section#terms-and-conditions .doc-link {
  font-size: 1.1rem;
}

section#terms-and-conditions a {
  color: black;
  text-decoration: none;
  margin: 0 0.25rem;
  transition: color 0.25s ease;
}

section#terms-and-conditions a:hover {
  color: #398C7C;
}
