body {
  text-align: center;
  display: flex;
  align-content: center;
  justify-content: center;
  height: 100%;
  width: 100%;
}

img {
  width: 300px;
  height: auto;
}
