html {
	scroll-behavior: smooth;
}

body {
	font-family: Arial, sans-serif;
	font-size: 18px;
}

.left-indent {
	padding-left: 40px;
}

h1,h2,h3,h4{
	color:#004887;
}

a:hover {
	color: #000aff; /* Slightly lighter blue on hover */
	text-decoration: underline;
}

:target {
	background-color: #f7fbff; /* Darker background to match dark mode */
	border-left: 4px solid #1e90ff; /* Blue border for highlighted section */
	padding-left: 10px;
}

.content table {
	transform: perspective(1000px) rotateX(5deg);
	box-shadow: 0 0 10px rgba(0,0,0,0.1);
	margin: 20px auto;
}

tr {
	transform: perspective(800px) rotateX(2deg);
	border-radius: 10px;
}


#hidden-content {
	display: none;
	margin-top: 20px;
}