.timelapse-container {
	text-align: center;
	margin: 20px auto;
}

.timelapse-container img {
	max-width: 100%;
	height: auto;
	border: 2px solid #ddd;
	border-radius: 8px;
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.controls {
	text-align: center;
	margin-top: 10px;
}

.controls button {
	margin: 0 5px;
	padding: 10px 20px;
	border: none;
	background-color: #007BFF;
	color: white;
	border-radius: 5px;
	cursor: pointer;}

.controls button:hover {
	background-color: #0056b3;
}
