demo-container { display: block; border: 2px solid rgb(189, 189, 189); padding: 25px 10px 10px; width: fit-content; border-radius: 4px; }
demo-frame { display: inline-block; background-color: rgb(0, 0, 255); }
demo-object { display: block; height: 100px; width: 100px; background-color: rgb(255, 0, 0); text-align: center; align-content: center; }
demo-inner { display: block; height: 100%; width: 100%; text-align: center; align-content: center; background-color: rgb(255, 255, 255); }
.element {margin-block-start: 3px;}

