div {
  display: flex;
  justify-content: center;
      align-items: center;
  height: 100%;
    background-color: lightgrey;
    
}
img {
  width: 30%;
}