body {
  display: flex;
  gap: 1em;
}

img {
  flex: initial;
}

body {
  place-content: safe center;
  place-items: safe center;
}
