body {
  margin: 0px;
}
.container {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100vh;
  background-color: black;
}
img {
  width: 100%;
  max-height: 100vh;
  object-fit: fill;
}
