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

.mySlides {
    display: none;
}

.prev, .next {
    cursor: pointer;
    width: auto;
    margin: 0 10px 0 10px;
    font-size: 15px;
    user-select: none;
}

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

.photodate {
    font-family: Courier New, Courier, Lucida Sans Typewriter, Lucida Typewriter, monospace;
    margin-bottom: -45px;
    margin-left: 222px;
    z-index: 1000;
    position: relative;
    color: rgb(255, 119, 0);
    font-weight: 500;
    font-size: 16px;
}
  
@keyframes fade {
    from {opacity: .4}
    to {opacity: 1}
}