#content {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    min-height: 100vh;
}

#textSection {
    width: 60%;
    margin: 50px 0px 50px 0px;
}

#termsTitle {
    margin: 0px;
    font-size: 30px;
}

h3 {
    font-size: 16px;
}

p, ul {
    font-size: 13px;
}

@media(max-width: 600px) {
    #textSection {
    width: 80%;
    margin: 30px 0px 30px 0px;
    }
}