body {
	box-sizing:border-box;
}
.gridd {
	display:grid;
	grid-template-columns: repeat(4, auto);
	grid-auto-rows:auto;
	gap:5px;
	padding:5px;
	Background-color:white;
}
.fgridd {
		display;grid;
	grid-template-columns:auto;
	grid-template-rows:400px 20px 20px;
	row-gap:2px;
	margin:auto;
	background-color:white;

}
.fgridd > p {
		width:300px;
	text-align:center;
	top:0;
	color:blue;
	font-family: "candara";
	font-size: 15px;
}
img {
margin:auto;
	width:300px;
	height:400px;
	cursor:pointer;
	align-items:top;
	object-fit:cover;
	
}
.kahanieng {
	text-align:justify;
	margin-left:10px;
	padding:5px;
	font-family:"Georgia";
	font-size:15px;
	color:#ffffff;
	font-weight:bold;
}
.kahaniguj {
	text-align:justify;
	margin-right:10px;
	padding:5px;
	font-family:"Arial Uncode MS";
	font-size:15px;
	color:#ffffff;
	font-weight:bold;
}
	
button.btnimg2 {
background-image: url('Button hampi btn3.png');
width:200px;
height:60px;
text-align:center;
margin-bottom:30px;
background-repeat: no-repeat;
background-position: center;
}
span.btn {
display:flex;
justify-content:center;
 align-items:center;
 height:70px;
}
.display-boxp {
display:flex;
margin:auto;
height:530px;
object-fit:contain;
width:100%;
}
.w3-modal{
	z-index:1;
	display:none;
	padding-top:1px;
	position:fixed;
	left:0;
	top:0;
	width:100%;
	height:100%;
	overflow:auto;
	background-color:rgba(0,0,0,.7);
	background-color:rgba(250,210,195)
	}
	

.w3-modal-content{
	display:grid;
	grid-template-columns: 2fr 8fr 2fr;
	margin-left:auto;
	margin-right:auto;
	background-color:rgba(0,0,0, 0.7);
	position:relative;
	padding:0;
	outline:0;
	width:90%;}

.w3-button{
	border: 2px solid red;
	display:inline-block;
	padding:8px;
	vertical-align:middle;
	overflow:hidden;
	width:30px;
	height:30px;
	color:black;
	background-color:yellow;
	text-align:center;
	cursor:pointer;
	white-space:nowrap}

.w3-display-topright{position:absolute;right:0;top:0}