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%;
}

.project {
  margin-top: 2rem;
}