body {
    background-color: var(--preto-meioescuro);
}

.termos_container {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding: 12.5vh 5vw;
}


.termos_content {
    background-color: var(--cinza-escuro);
    padding: 2em;
    border-radius: 18px;
}

.termos_content > h1, h2, h3, p {
    color: var(--white);
    font-family: 'Poppins';
}

.termos_content > h1 {
    font-size: 3em;
    text-align: center;
    font-weight: 700;
    margin-bottom: 1.5em;
}

.termos_content > h2 {
    font-size: 2em;
    font-weight: 700;
    margin-bottom: 1em;
}

.termos_content > h3 {
    font-size: 1.3em;
    margin-bottom: 1em;
}

.termos_content > p {
    font-size: 1.1em;
    margin-bottom: 1em;
}

.copyfooter {
    font-weight: 700;
    margin-top: 5em;
    text-align: center;
}