body {
	font-family: Arial, sans-serif;
	background-color: #00cc99;
	display: flex;
	justify-content: center;
	align-items: center;
	min-height: 100vh;
	margin: 0;
}

.slideshow-container {
	background-color: #ffffff;
	padding: 20px;
	border-radius: 8px;
	box-shadow: 0 0 10px rgba(0,0,0,0.15);
	width: 700px;
	text-align: center;
}

#slideshow {
	width: 100%;
	max-height: 400px;
	object-fit: contain;
	border: 1px solid #ccc;
	border-radius: 4px;
}

#caption {
	margin-top: 10px;
	fpmt-size: 14px;
	color: #555;
}

.controls {
	margin-top: 15px;
	display: flex;
	justify-content: center;
	gap: 10px;
}

.controls button {
	padding: 8px 16px;
	font-size: 14px;
	background-color: #007BFF;
	color: #ffffff;
	border: none;
	border-radius: 4px;
	cursor: pointer;
}

.controls button:hover {
	background-color: #0056B3;
}
	
	