.flex-column {
display: flex;
flex-direction: column;
}
.flex-row {
flex-direction: row;
width: 100%;