#controls {
  column-gap: 4px; /* Controls the space between the prev button, storybook, and next button */
}

button img {
  height: 48px; /* Adjust button size for larger visuals */
  width: 48px;
}

  
  button:hover img {
    transform: scale(1.1); /* Slight zoom effect on hover */
  }
  
  main {
    margin-top: 32px; /* Adjust this value as needed */
  }
  