.innerFrame{
position:fixed;
/* left:20%;
top:20%; */
width: 80%;
/* height:80%;     */
max-width: 20cm;
max-height: 80%;
/* z-index:11; */
background:white;
z-index:11;
opacity: 1;
box-shadow:0px 0px 10px 5px grey ;
overflow:auto;
padding:10px;




}

.outterFrame{
    background: rgba(230, 230, 230, 0.726);
    position:fixed;
    top:0;
    left:0;
    width:100%;
    height:100%;
    display:flex;
    justify-content: center;
    align-items: center;
    z-index:10;
    opacity: 1;


}