html, body { height: 100%; margin: 0; background: #fff; }
body{
  display: flex;
  align-items: center;
  justify-content: center;
}
img{
  height: 200px;
  width: auto;
  display: block;
}