.section-title {
    background-image: linear-gradient(#0000009b, #00000025), url(/img/ceac.png);
}

main {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.section {
    width: 900px;
    max-width: 100%;
    padding: 2rem;
    margin-top: 10vh;
    display: flex;
    flex-direction: column;
    gap: 2rem;
}

.section h1 {
    text-align: center;
    padding: 1rem;
    color:#940051;
}

.section p {
    line-height: 2.0em;
    text-align: justify;
}