.slideshow-container {
  max-width: 1000px;
  position: inherit;
  margin: auto;
}

.slideimage {
  position: absolute;
  top: 230px;
  padding: 16px;
  margin-top: -22px;
  left: 1000px;
}

.prev,
.next {
  cursor: pointer;
  position: absolute;
  top: 480px;
  padding: 16px;
  margin-top: -22px;
  color: #ffa500;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
}

.next {
  right: 30px;
  border-radius: 3px 0 0 3px;
}

.prev {
  left: 300px;
  border-radius: 3px 0 0 3px;
}

.prev:hover,
.next:hover {
  background-color: rgba(0, 0, 0, 0.8);
}

.text {
  color: white;
  position: absolute;
  left: 350px;
  right: 650px;
  top: 330px;
  font-family: sans-serif;
}

.slideshowtitle {
  font-size: 50px;
  font-weight: bold;
}

.dot {
  cursor: pointer;
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
  border: 3px solid #ffa500;
}

.dots {
  position: absolute;
  top: 700px;
  padding: 16px;
  margin-top: -22px;
  left: 820px;
}

.active,
.dot:hover {
  background-color: #717171;
}

.fade {
  animation-name: fade;
  animation-duration: 1.5s;
}

.fade {
  animation-name: fade;
  animation-duration: 1.5s;
}

@keyframes fade {
  from {
    opacity: 0.4;
  }

  to {
    opacity: 1;
  }
}
