.flex {
  display: flex;
  align-items: center;
  gap: 1rem;
}
.flex img {
  border-radius: 8px;
}