body {
  margin: 0;
  padding: 0;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  background-color: hsl(0, 0%, 96%);
}

.terms-header {
    padding: 2rem;
    text-align: center;
}
.terms-header h1 {
    margin: 0;
    font-size: 1.7rem;
    color: #ffbd59;

}

.terms-header p{
    padding-top: 0.5rem;
}

.terms-container {
    padding: 0.5rem 8rem;
}
.terms-section {
    margin-bottom: 3rem;
}
.terms-section h2 {
    color: #ffbd59;
    border-bottom: 2px solid #e2e8f0;
    padding-bottom: 0.5rem;
    margin-bottom: 1rem;
    font-size: 1.3rem;
}
.terms-section p {
    line-height: 1.6;
    font-size: 0.9rem;
    margin-bottom: 1rem;
}

.terms-section a {
  color: gray;
  text-decoration: underline;
}

@media (max-width: 768px) {
    .terms-header h1 {
    font-size: 1.4rem;
}   

.terms-container {
    padding: 0.5rem 3rem;
}

.terms-section h2 {
    font-size: 1.3rem;
}

}