.img_viewer_main{justify-content:center;align-items:center;width:100%;height:100%;padding:10px;display:flex}.img_viewer{justify-content:center;align-items:center;width:100%;height:100%;display:flex}.img_viewer img{object-fit:contain;border-radius:20px;width:auto;max-width:min(100%,800px);height:auto;max-height:100%;transition:transform .3s;box-shadow:0 10px 30px #0000001a}[data-theme=dark] .img_viewer img{box-shadow:0 10px 30px #0006}
