html,body{background:#000;width:100%;min-height:100%;margin:0}#root{box-sizing:border-box;grid-template-rows:minmax(0,1fr);grid-template-columns:minmax(0,1fr);place-items:center;width:100%;height:100dvh;padding:clamp(16px,3vw,64px);display:grid}#root>img{width:auto;max-width:100%;height:auto;max-height:100%;display:block}
