﻿div {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 800px;
  top: 50%;
  left: 50%;
}

img {
  width: 19%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

