h1 {
    width: 100%;
    margin-bottom: 50px;
    font-size: 48px;
    text-align: left;
}

#terms-container h2 {
    margin-top: 60px;
    font-size: 40px;
}

#terms-container {
    width: 80%;
}

.terms-container {
    padding: 0px 100px;
}

.terms-container p {
    line-height: 2rem;
}

ul, ol {
    margin-left: 30px;
}

li {
    padding: 15px 0px;
    font-size: 16px;
    font-family: 'Roboto Mono';
}

b {
    font-size: 16px;
    font-weight: 600;
    font-family: 'Roboto Mono';
}

