.sanskrit-sloka-title {
	background-color: teal;
	font-size: 110%;
	font-weight: bold;
	color: yellow;
	text-align: center; /* Center the text horizontally */
	padding: 5px 10px; /* Add some padding inside the title */
	margin-bottom: 10px; /* Add some space below the title */
}  

.sanskrit-sloka {
	border: 1px solid #ddd; /* Thin gray border */
	border-radius: 5px; /* Rounded corners */
	padding: 10px; /* Add some padding inside the div */
	background-color: teal; /* Dark background color */
	color: white; /* White text color */
	margin-bottom: 20px; /* Add some space below the div */
}

.sanskrit-sloka h6 {
	margin-bottom: 15px; /* Add some space below the title */
	color: white; /* White text color */
	font-size:110%;
	text-align: center; /* Center the text horizontally */
}

.sanskrit-sloka p {
	/*font-weight: bold*/; /* Emphasize the translation text */
	text-align: center; /* Center the text horizontally */
} 


		
		