#book{
max-width:1200px;
max-height:900px;
}

.page{
background:white;
display:flex;
align-items:center;
justify-content:center;
}

.page img{
width:100%;
height:100%;
object-fit:contain;
}