demo-container { display: block; border: 2px solid rgb(189, 189, 189); padding: 25px 10px 10px; width: fit-content; border-radius: 4px; empty-cells: show; height: 170px; }
demo-object { display: block; height: 100px; width: 100px; background-color: rgb(199, 255, 251); align-content: center; text-align: center; }
table { background-color: rgb(0, 0, 0); border-collapse: separate; border-radius: 4px; border-spacing: 2px; width: 100px; height: 100px; }
caption { caption-side: bottom; }
td { background-color: rgb(255, 255, 255); }
.element {vertical-align: bottom;}

