body{
margin: 0;
padding: 1em;


}

tbody{
display: flex;
flex-direction: row;
}


tr{
display: flex;
flex-direction: column;
}
