#generation-list {
    display: block;
    white-space: nowrap;
}

#generation-list div {
    width: fit-content;
}

#generation-list div div {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    width: -webkit-fill-available;
}

h3 {
    margin: 60px 0 0 0;
    font-size: 28px;
    text-align: left;
}

h4 {
    text-align: left;
}

td {
    border: 2px solid black;
    width: 200px;
    overflow: hidden;
    text-overflow: ellipsis;
}

h2 {
    height: 10px;
}

div {
    text-align: center;
}