img{
    position:fixed;
    width:70%;
    height:70%;
    max-width:300px;
    max-height:300px;
    top:50%;
    left:50%;
    transform:translate(-50%, -50%);
}