demo-container { display: block; border: 2px solid rgb(189, 189, 189); padding: 25px 10px 10px; min-width: 200px; width: fit-content; border-radius: 4px; }
demo-object { display: flex; height: 60px; width: 175px; background-color: rgb(199, 255, 251); justify-content: center; font-size: 50px; }
#type { margin-left: -1px; }
.element { color: rgb(255, 0, 0); }