.slideshow-container {
  max-width: 100%;
  position: relative;
  text-align: center;
  justify-content: center;
}

.slide {
  display: none;
  text-align: center;
  padding: 20px;
  box-sizing: border-box;
  background-color: #f1f1f1;
  border-radius: 0.5em;
  height: 300px;
  overflow-y: scroll;
}

.review-name {
  font-size: 0.5em;
  font-weight: bold;
  margin-top: 2em
}

.dot {
  height: 15px;
  width: 15px;
  margin-left: 0.1em;
  margin-right: 0.1em;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.active {
  background-color: #717171;
}
