
body {
    background: var(--green-linear-gradientd);
}

.container-terms {
    margin-top: 9rem;
}

h1, h3 {
    font-weight: 800;
    color: orange;

}

p {
    font-weight: 800;
    color: green;
}