demo-container { display: block; border: 2px solid rgb(189, 189, 189); padding: 25px 0px 10px 55px; min-width: 220px; width: fit-content; border-radius: 4px; min-height: 160px; }
demo-frame { display: inline-block; background-color: rgb(0, 0, 255); position: relative; width: 100px; height: 100px; }
demo-object { display: block; background-color: rgb(255, 0, 0); position: absolute; justify-items: center; align-content: center; }
demo-inner { display: block; height: 80px; width: 80px; text-align: center; align-content: center; background-color: rgb(255, 227, 128); }

.element {inset: 1px 2px 3px 4px;}

