body {
  display: flex;
  height: 100vh;
  justify-content: center;
  align-items: center; 
}

img{
  width: 300px;
}
