.container {
  display: flex;
  align-items: center; /* Vertically centers the text and image */
  gap: 10px; /* Adds space between them */
}