html, body { 
  height: 100%;
  padding: 0;
  margin: 0;
}

div {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

img { 
  height: 200px; 
}
