body {
	background: #000;
  display: flex;
  align-items: center;
  justify-content: center;
}

main {
  height: 90vh;
  display: flex;
  align-items: center;
  justify-content: center;
}
img {
  display: inline-block;
  width: 50%;
}