body {
  background-color: #ffd490;
  /*For some reason, there's an added margin that shouldn't be there.*/
  margin: 0px;
}

.slideshow-wrapper {
  margin: 0 auto;
  /*Size of pics*/
  max-width: 825px;
  position: relative;
}

.slide {
  display: none;
  text-align: center;
}

.counter {
  position: absolute;
  color: white;
  left: 1rem;
  top: 5px;
  font-size: 2rem;
  background: rgba(0, 0, 0, 0.5);
  padding: 5px;
  border-radius: 10px;
}

.prev,
.next {
  background: none;
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  /*used to keep the padding centered*/
  margin-top: -8rem;
  padding: 8rem 1rem;
  color: white;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border: none;
  border-radius: 0 3px 3px 0;
  user-select: none;
}

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

.prev {
  left: 5px;
}
.next {
  right: 5px;
}

.caption {
  position: absolute;
  bottom: 6rem;
  color: white;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  padding: 1rem 0;
  text-align: center;
  font-size: 2rem;
}

a.passengerLink,
a.passengerLink:visited {
  color: #090c9b;
  display: inline-block;
}

a.passengerLink:hover {
  color: #3d52d5;
}

.links {
  text-align: center;
  font-size: 2rem;
}
