/* Style for the slideshow container */
.slideshow-container {
max-width: 800px;
position: relative;
margin: auto;
}
/* Style for the images in the slideshow */
.mySlides {
display: none;
}
/* Style for the navigation dots */
.dot {
height: 15px;
width: 15px;
margin: 0 2px;
background-color: #bbb;
border-radius: 50%;
display: inline-block;
transition: background-color 0.2s ease;
}