@import url("/Assets/CSS/Chatranjali.css");

body {
	background: url("/English/SujathaGidla/Essays/AntsAmongElephants/Family.jpg") center fixed;
	background-size: cover;
}

body.zenMode table {
	background: none;
}

page.text {
	color: #000000;
}
page.dark {
	color: #C12026;
}
page.lite {
	color: #FED362;
}

#Covers {
	text-align: center;
}
	#Covers img {
		margin: 0 2rem;
		height: 60vh;
	}

table {
	background: rgba(255, 255, 255, 0.6);
	backdrop-filter: blur(5px);
	border-radius: 0.5rem;
}
	table th {
		padding: 1rem 2rem;
	}
	table td {
		padding: 0 2rem;
		text-align: justify;
		text-indent: 2rem;
	}