@import url("/Assets/CSS/Chatranjali.css");

body {
	background: url("/Hindi/HarivanshRaiBachchan/Poems/Madhushala/Barrel.jpg") center fixed;
	background-size: cover;
}
	body::before {
		position: fixed;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
		content: "";
		backdrop-filter: blur(5px) brightness(0.6);
		z-index: -1;
}

page.text {
	color: #FFFFFF;
}
page.dark {
	color: #5B3B30;
}
page.lite {
	color: #CE965D;
}