#texts {
  display: flex;
  align-items: center;
  justify-content: space-evenly;
}

#texts > img {
  margin-top: 10px;
  width: min(80vh, 80vw);
}