

.mySlides1 img, .mySlides2 img, .mySlides3 img{
  width: 800px;
  height: 500px;
  border-radius: 10px;
  border: 1px dashed rgb(116, 116, 116);
  
}

.slideshow-container {


  width: 800px;
  height: 100%;
  position: relative;
  margin: auto;
  
  
}


.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px;
  margin-top: -22px;
  color: rgb(0, 0, 0);
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s;
  border-radius: 0 25px 25px 0;
  user-select: none;
}


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


.prev:hover, .next:hover {
  background-color: #f1f1f1;
  color: black;
}