#right , #left{
    cursor: pointer;
    position: absolute;
    top: 50%;
    width: auto;
    margin-top: -22px;
    padding: 16px;
    color: white;
    background-color: black;
    opacity: 0.1;
    font-weight: bold;
    font-size: 18px;
    transition: 0.5s ease-in-out;
    border-radius: 12px;
    user-select: none;
}
#right{
    top:45%;
    right: 10px;
    rotate: 5deg;
}
#left{
    left:10px;
    rotate:2deg;
}
#right:hover,#left:hover{
    opacity: 0.8;
}
.slide{
    display: none;
    width: 50%;
    margin:auto;
}
.caption {
  color: black;
  font-size: 15px;
  padding:12px;
  position: absolute;
  left:5px;
  bottom: 8px;
  width: 100%;
  text-align: center;
  rotate: 0.5deg;
}
#slideshowingit{
    display: flex;
    position:relative;
    margin:10%;
    height: 50%;
    margin-top: 5vw;
    margin-bottom: 5vw;
    justify-content: center;

}
.slideimg{
    height: 100%;
    width: 50%;
    margin: auto;
    rotate: 92deg;

}