h1 {
  font-size: 48px;
  overflow: hidden;
}

p {
  font-size: 23px;
}

/* Big standalone image after h1 */
.img1 {
  max-width: 300px;
  margin: 10px;
}

/* Small inline images inside paragraphs */
.img2, .img3, .img4, .img5 {
  float: right;
  width: 150px;
  height: 150px;
  object-fit: cover;
  margin: 10px;
  clear: both;
}

p {
  overflow: hidden;
}