@import url("/Assets/CSS/Chatranjali.css");

body {
	background: url("Pancatantra.svg") no-repeat fixed center;
	background-size: cover;

}

main, footer {
	margin-left: 30vh;
}

page.text {
	color: #8EBC48;
}
page.lite, .song {
	color: #FF5833;
}
page.dark {
	color: #CC2500;
}

ol {
	list-style-type: upper-roman;
}
ol li li {
	font-size: 0.9rem;
}
	ol li.without {
		list-style-type: none;
	}

#Stamps img {
	display: block;
	width: 20vw;
	margin: 0.5em 2em;
}

p.audio {
	text-align: center;
}
	p.audio audio {
		display: block;
		margin: 0.5em auto;
	}

#Thumb-2 .indian {
	font-style: italic;
}