body {
    display: flex;
    justify-content: center;
}
.theRunsWrapper {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}