article {
  margin: 1rem;
  display: flex;
  flex-direction: column;
  align-items: center;
}

article h2 {
  text-align: center;
}

article figure img {
  margin: 1rem auto;
}