body {
 background-color: black; 
}

div {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 800px;
  border: 1px solid black;
}

img {
  width: 50%;
  height: 50%;
}
