@import url("/Assets/CSS/Chatranjali.css");

body {
	background: url("/English/HarindranathChattopadhyay/Theatre/Spark.jpg") fixed center;
	background-size: cover;
}

header, main, footer {
	margin: 5vh 4vw 5vh 12vw;
}

page.text {
	color: #FFFFFF;
}
page.dark {
	color: #005eFE;
}
page.lite {
	color: #009DFE;
}

#Books {
	text-align: center;
}
	#Books img {
		margin: 2vh 2vw;
		width: 12vw;
		transition: all 1s;
	}
		#Books a:nth-child(1) img {
			transform: rotate(-5deg);
		}
		#Books a:nth-child(2) img {
			transform: rotate(2deg);
		}
		#Books a:nth-child(3) img {
			transform: rotate(6deg);
		}
			#Books a:hover img {
				transform: scale(1.5);
			}