div {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 600px;
  border: 0px solid black;
}

img {
  width:50%;
}

body {background-color: #232323;}