h2 {
    margin-top: 3vh;
    margin-bottom: 0vh;
    text-decoration: underline;
    font-weight: bold;
}

.terms p {
    margin: 2vh 0;
}

.terms ul {
    background-color: rgba(0, 0, 0, 0.7);
    border-radius: 30px;
    display: flex;
    flex-direction: column;
    text-align: left;
    justify-content: left;
    padding: 4vh;
    font-size: 1em;
}

.terms li {
    list-style: disc;
    font-weight: bold;
    margin-left: 3vh;
    margin-bottom: 10px;
}