main {
  width: 100%;
}

div > p {
  margin-top: 1rem;
}

p {
  /* text-wrap: balance; */
}

p:last-of-type {
  margin-bottom: 0;
}

section {
  padding-bottom: 1rem;
}

img, video {
  margin: 1rem 0;
  max-width: 1000px;
  width: 100%;
}

.links, .link {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.links {
  gap: 2rem;
  margin-top: 1rem;
}

.link > img {
  width: 3rem;
  height: 3rem;
}