
img {
  width:100vh;
  height: 100%;
  object-fit: cover;
}

body {
    display: grid;
    place-items: center;
  }