@media (min-width:1536px) {
  article {
    margin: 1rem 20rem;
  }
}

body header h1,
body footer p {
  text-align: center;
  font-size: 3rem;
  margin-bottom: 0;
}

body main {
  padding-top: 0;
}

picture {
  display: flex;
  justify-content: center;

  img {
    border-radius: 0.25rem;
    margin-bottom: 1rem;
  }
}

body article {
  border-radius: 0.25rem;

  aside {
    display: flex;
    align-items: center;
    column-gap: 0.75rem;

    p {
      background-color: rgb(42, 47, 57);
      border-radius: 0.5rem;
      padding: 0.75rem;
    }
  }
}

body article:first-of-type {
  margin-top: 0
}
