body
{
	background-attachment:fixed;
	user-select: none;
	background-repeat: no-repeat;
	background-position:center;
	background-size:100% 100%;
}
html{
	scroll-behavior: smooth;
}
#storyPage
{
	overflow-y: scroll;
	height: 83vh;
	/* height: 86vh; */
	-webkit-overflow-scrolling: touch;  /* For smooth scrolling on iOS */
}
::-webkit-scrollbar {
    width: 1vw;
}
::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px black; 
    border-radius: 10px;
}
::-webkit-scrollbar-thumb {
    background: #0084b5; 
    border-radius: 10px;
}
p {
	margin-bottom: 0;
  }
.txtClass
{
	text-align: justify;
	font-family: 'Mukta', sans-serif;
    font-size: 1.8vw;
	color:rgb(58, 57, 57);
	font-weight: bold;
}
.imgBorderClass
{
	height: 60vh; 
	object-fit: contain;
	border-radius: 3%;
}
footer
{
	height: 90px;
	position: fixed;
	bottom: 0;
	width: 100%;
	background-color: #f1cc3a;
	color: white;
	text-align: center;
	/* padding: 10px 0; */
	font-size: 24px;
	cursor: pointer;
display: flex;
justify-content: center;
align-items: center;
}
/* .paddingClass
{
 padding-top: 12vh;
} */
/* 480px */
@media screen and (max-width: 576px) {
	p{
		font-size: 15px; 
	  }
	.txtClass
	{
		font-size: 4vw;
		 /* padding-top: 9vh; */
	}
	.imgBorderClass {
		border-radius: 3%;
		object-fit: contain;
		padding: 0px !important;
		height: 50vh;
	}
	.paddingClass
	{
	padding-top: 10vh;
	}
}
footer .text {
	font-size: 14px;
}