html, body {
  height: 100%;
  margin: auto;
}
img {
    width:50vw;
    height: 50vw;
    object-fit: cover;
}
