body {
  margin: 0;
  padding: 0;
}

img {
  object-fit: cover;
  width: 100vw;
  height: 100vh;
  display: block;
  margin: 0 auto;
}