xxxxxxxxxx
body {
background-color: rgb(255, 214, 127);
font-size: large;
}
.firstrow, .secROW, .thiROW, .fouROW, .fiROW, .siROW {
display: flex;
flex-direction: row;
margin-bottom: 1px;
}
.firstrow > div, .secROW > div, .thiROW > div, .fouROW > div, .fiROW > div, .siROW > div {
border: 1px solid black;
margin: 1px;
flex-grow: 1;
display: flex;
justify-content: center;
align-items: center;
padding: 15px;
}