.terms-page {
  background: linear-gradient(135deg, #000, #3498db);
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 20px;
  box-sizing: border-box;
  min-height: calc(100vh - 140px);
}

.terms-page h1 {
  margin-bottom: 20px;
  color: #fff;
  font-size: 2.5rem;
}

.terms-content {
  max-width: 900px;
  margin: 0 auto;
  text-align: left;
  padding: 20px 40px;
  box-sizing: border-box;
}
