body {
    background: #1a1c1e;
    color: #fff;
    font-family: "Hack", monospace;
    text-align: center;
    overflow: hidden;
    margin: 0;
    padding-top: 50px;
}

.viewport {
    width: 2560px;
    overflow: hidden;
    margin: 0 auto;
    position: relative;
}

.train {
    display: flex;
    align-items: flex-end;
    position: relative;
    will-change: transform;
    gap: 0;
    height: auto;
    padding-top: 30px;
}

.wagon {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.wagon img {
    display: block;
}

.author {
    position: absolute;
    top: -24px;
    left: 50%;
    transform: translateX(-50%);
    font-family: monospace;
    font-size: 20px;
    font-weight: bold;
    white-space: nowrap;
    margin-bottom: 2px;
}
