.vbox {
    display:         flex;
    flex-direction:  column;
    justify-content: space-evenly;
}

.hbox {
    display:         flex;
    flex-direction:  row;
    justify-content: space-evenly;
}
