body {
  background-color: #f8f8f8;
}

img {
  height: 15vh;
}

article {
  display: flex;
  justify-content: center;
  gap: 5ch;
  align-items: center;
  height: 100vh;
}

.content {
  display: block
}
