@import url("/Assets/CSS/Chatranjali.css");

body {
	background: url("/Hindi/HarivanshRaiBachchan/Poems/Agnipath/RedDesert.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.8);
		z-index: -1;
}

page.text {
	color: #FFFFFF;
}
page.dark {
	color: #7A2403;
}
page.lite {
	color: #CF461A;
}

.movies td {
	padding: 0 2rem;
}
	.movies img {
		height: 50vh;
	}