body {
    max-width: 1180px;
    margin: 2ex auto 0 auto;
    font-family: system-ui;
}

* {
    box-sizing: border-box;
}

table {
    width: 100%;
}

td {
    width: 50%;
}

figure {
    margin: 5px;
}

figcaption {
    text-align: center;
}

#imgs,
#plots {
    display: flex;
    flex-wrap: wrap;
}

.correct {
    background-color: lightgreen;
}

.incorrect {
    background-color: lightpink;
}
