body {
	display: flex;
	justify-content: center;
	color: white;
	background-color: black;
}

img {
margin: auto;
width: 80%;
  height: 100%;
  object-fit: cover;
}