@import url("https://fonts.googleapis.com/css2?family=Gulzar&display=swap");
@import url("/Assets/CSS/Chatranjali.css");

body {
	background: url("Watercolor.jpg") fixed center;
	background-size: cover;
}

page.text {
	color: #000000;
}
page.dark {
	color: #CECEE8;
}
page.lite {
	color: #8D2655;
}

img {
	filter: drop-shadow(0 0 1vh #555);
}
.cover {
	margin: 6vh 0 1vh 1vw;
	float: right;
	width: 15vw;
	transform: rotate(2deg);
	transition: all 1s;
}
.cover:hover {
	transform: scale(1.5)
}

h2 {
	padding-top: 5vh;
}

.urdu {
	font-family: "Gulzar", serif;
	direction: rtl;
}
ul li {
	line-height: 1.8;
}