.container{
  height: 100vh;
  width: 100vw;
}
img { 
    height: auto;
    max-width: 50%;
    max-height: 50%;
    margin-left: auto;
    margin-right: auto;
    display: block;
}
