ul,ol{
    align-items: baseline;
    justify-content: flex-start;
    flex-direction: column;
}
section:first-child{
    align-items: center;

    div{
        height: fit-content;
    }
}