@import url("/Assets/CSS/Chatranjali.css");

body {
	background: url("/Bengali/BibhutibhushanBandyopadhyay/Novels/Aranyak/Leaves.svg") 2vw 48vh no-repeat fixed, linear-gradient(to top left, #30441D, #5F8639) fixed;
	background-size: auto 50vh, cover;
}

page.text {
	color: #FFFFFF;
}
page.dark {
	color: #30441D;
}
page.lite {
	color: #79AB49;
}

table:not(.notes) td {
	text-align: justify;
	text-indent: 2rem;
}

#Covers {
	text-align: center;
}
	#Covers img {
		height: 40vh;
	}