section {
    text-align: center;
}
article {
    text-align: center;
    justify-content: center;
    margin: 10px auto;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.5);
    background-color: var(--cor01);
    max-width: 1000px;
    min-width: none;
}
article > h2 {
    color: white;
    font-size: 2.4rem;
    padding: 10px 0;
}
article > p {
    text-align: justify;
    color: whitesmoke;
    font-size: 1.7rem;
}
article > ul {
    text-align: justify;
    color: whitesmoke;
    font-size: 1.5rem;
    padding-left: 15px;
    padding-bottom: 10px;
    list-style: circle;
}
#seta {
    text-align: center;
    padding: 10px 0;
}
article > img {
    max-width: 800px;
    height: auto;
    margin: 10px 0;
    border-radius: 10px;
    box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.5);
}
article > a {
    font-size: 1.7rem;
}
article > h3 {
    color: white;
    font-size: 1.8rem;
    padding: 10px 0;
}
article ul {
    list-style: none;
    font-size: 1.5rem;
}
