@import url("/Assets/CSS/Chatranjali.css");

body {
	background: url("/English/GirishKarnad/Theatre/BaliTheSacrifice/BaliTheSacrifice.jpg") center fixed;
	background-size: cover;
}
	body::before {
		content: "";
		position: fixed;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
		backdrop-filter: blur(2px) brightness(0.6);
		z-index: -1;
}

page.text {
	color: #FFFFFF;
}
page.dark {
	color: #3D3C8C;
}
page.lite {
	color: #4179E5;
}

.caption {
	color: #CDB8C7;
}