#section1 h1 {
    margin-top: 0;
}

#section1 {
    width: 96%;
    height: fit-content;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    justify-self: center;
    top: 0;
}

.indexArt p{
    white-space:pre-line;
}

article {
    width: 100%;
    display: block;
    justify-content: center;
}

article img {
    width: 45%;
    height: unset;
    margin: 3%;
}

.loading {
    opacity: 0.7;
}

