.scroll-container {
  height: 300px;
  overflow: hidden;
  position: relative;
  border: 1px solid rgba(255, 255, 255, 0.2);
  padding: 10px;
}

.auto-scroll-wrapper {
  position: relative;
}

.play-pause-container {
  position: absolute;
  top: -2.75rem;
  right: 1rem;
  border: 0.5px solid white;
  border-radius: 50%;
  height: 2rem;
  width: 2rem;
  align-items: center;
  justify-content: center;
  display: flex;
}

.play-pause-button {
  color: #fff;
}
