.last-updated {
	text-align: center; 		/* Center the content horizontally */
	font-size: 1.2rem; 			/* Adjust font size as needed */
	color: #999; 				/* Light gray color for the text */
	margin-top: 30px; 			/* Add some space above the div */
	margin-bottom: 10px; 		/* Add some space below the div */
	border-top: 1px solid #ddd; /* Add a thin border on top */
	padding-top: 10px; 			/* Add some padding above the border */
}
