demo-container { display: block; border: 2px solid rgb(189, 189, 189); padding: 25px 10px 10px; border-radius: 4px; width: 500px; }
demo-object { display: block; background-color: rgb(224, 255, 253);

position: absolute;
top: 0px;
left: 50px;
right: 0px;
display: flex;
justify-content: center;


}
.element {scroll-target-group: auto;}
.body {
font: 16px / 18px system-ui;

position: relative;
margin: 0px auto;
}


section {
padding-top: 60px;
}

a {
color: black;
text-decoration: none;
}

a:hover,
a:focus {
text-decoration: underline;
}

ol {
display: flex;
width: 100%;
justify-content: space-around;
list-style-type: none;
padding: 20px 0px;
margin: 0px;
background: white;
}
ol {
scroll-target-group: auto;
}

:target-current {
color: red;
}


