div.results {
    display: flex;
    text-align: center;
    gap: 16px;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
}

div.result {
    width: 32px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

div.n_students {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

div.n_students_value {
    font-size: x-small;
    height: 20px;
}

div.n_students_column {
    background-color: var(--main-color);
}

div.result_value {
    height: 30px;
}