#graphs > div > h2 {
    text-align: center;
}

#graphs {
    order: 2;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    column-gap: 3rem;
    justify-content: center;
}

#graphs > div {
    width: min(60rem, 98vw);
}
