div#wrapper-flex {
    display: flex;
    flex-direction: column;
    height: 100vh;
    align-items: center;
}

div#wrapper-text {
    margin-top: 2rem;
    overflow: hidden scroll;
    width: 100vw;
    max-width: 800px;
}

.surlignage {
    background-color: moccasin;
}

.extract-text {
    padding: 2rem;
}
.extract-text > div {
    cursor: pointer;
}

.highlight {
    font-weight: bold;
}

@media screen and (max-width: 1200px) {

    div.extract-text {
        margin: 0.2rem;
    }

    .extract-text > div {
        cursor: pointer;
        margin-bottom: 0.3rem;
    }

    #wrapper-text {
        margin-top: 1rem !important;
    }
}

@media screen and (max-width: 960px) {
    div.extract-text {
        margin: 0rem;
        padding: 6px;
    }
    p.extract-description {
        display: none;
    }
}