
main{
    margin:0.25rem;

}

aside{
    padding: 0 0.5rem;
    margin-right: 0.5rem;
    border-right:1px solid #efefef;
    z-index:9999;
    position:sticky;
    top:0.5rem;
    left:0.5rem;
}
article{
    padding:0.25rem;
}
article > div {
    margin:0 auto;
    display:block;
}
img{
    max-width:100%;
    height:auto;
}

.a9s-annotationlayer .a9s-formatter-el foreignObject .a9s-shape-label-wrapper .a9s-shape-label{
    font-size: clamp(32px, 8vw, 50px)!important;
    
}
aside > div{

    
}

aside > div:last-child{
    height:100%;
        padding: 0.75rem;
    display:flex;
    justify-content:center;
    align-content:center;
    border-left: 2px solid #efefef;
    margin-left:auto;
}
