html`<style>
#${CenteredContent.id} {
border: 1px solid #333;
height: 250px;
position: relative;
width: 250px;
}
#${CenteredContent.id} .child {
left: 50%;
position: absolute;
top: 50%;
transform: translate(-50%, -50%);
text-align: center;
border:1px solid black;
}</style>`