

.main_body {
	width: 95%; 
	margin: auto;
	min-height: 100vh;
	background: linear-gradient(to left, #1e90ff, white 25%, white 75%, #1e90ff 100%);
	/*background: linear-gradient(to left, #001b44, #003f7f 30%, #1e90ff 70%, #87cefa 100%);
	background: linear-gradient(to left, #f06d06, yellow 25%, yellow 75%, #f06d06 100%);
	background:url('../img/texture1.png');*/
	padding: 10px;
	border:0px solid black;
	}
.verse_sanskrit {text-align: center; padding: 10px; font-size: 20px; line-height:35px; font-weight: bold; font-family: Ampersand, Helvetica, sans-serif;}

.verse_trans {text-align: center; padding: 10px; font-size: 20px; font-weight: bold;}
p {
	font-size: 20px; 
	line-height:25px; 
	color:black; 
	font-weight: 500; 
	padding: 10px; 
	text-align: justify;
	}
h3 {font-size: 30px; color:red; font-weight: 700; text-align: center;}
h4 {font-size: 25px; line-height:25px; color:black; font-weight: 600; padding: 10px; text-align: center;}
ol, ul {padding:5px 40px;}
li {font-size: 20px; line-height:25px;  color:black; font-weight: 500; text-align: justify; list-style-position: outside;}
p a {
	vertical-align:super; 
	font-size: 12px;
	}


