.slideshow {
  display: flex;
  position: relative;
  justify-content: center;
  width: 100%; 
  max-width: 30rem; 
  max-height: 30rem; 
  aspect-ratio: 1 / 1;
  align-items: center;
  overflow: hidden;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 2rem;
  margin-top: 2rem;
}

