body {
    text-align: center;
    font-family: Arial, sans-serif;
}

.slideshow-container {
    width: 80%;
    margin: auto;
    margin-top: 30px;
}

.slideshow-container img {
    width: 100%;
    max-height: 600px;
    object-fit: cover;
    border-radius: 8px;
}

button {
    margin-top: 20px;
    padding: 15px 30px;
    font-size: 18px;
    background-color: #007bff;
    color: white;
    border: none;
    border-radius: 5px;
    cursor: pointer;
}

button:hover {
    background-color: #0056b3;
}
