#bodyPoliticas {
    background-image: url("../img/politicas.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    background-attachment: fixed;
    min-height: 100%;
}

.scroll-page {
    display: flex;
}

.scroll-container {
    height: 67vh;
    overflow-y: scroll;
    scroll-behavior: smooth;
    display: block;
    margin: 0 auto;
}

h2 {
    text-align: center;
    font-size: 3rem;
    margin-bottom: 2vh;
}