vflex  { display: flex; flex-direction: column; }
hflex  { display: flex; flex-direction: row; }
td {
    border: 2px inset grey;
    border-radius: 5px;
    padding:5px;
    text-align:center;
}
* {
    font-family: 'Trebuchet MS';
}