body
{
	background-attachment:fixed;
	user-select: none;
	background-repeat: no-repeat;
	background-position:center;
	background-size:100% 100%;
}
#storyPage
{
	overflow-y: scroll;
	height: 86vh;
}
::-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;
}
.txtClass
{
	text-align: center;
	font-family: 'Mukta', sans-serif;
    font-size: 2.5vw;
	color:black;
}
.imgBorderClass
{
	height: 65vh;
    border-radius: 3%;
}
footer
{
	height: 100px;
	position: fixed;
	bottom: 0;
	width: 100%;
	background-color: #f1cc3a;
	color: white;
	text-align: center;
	padding: 10px 0;
	font-size: 24px;
	cursor: pointer;
}
@media screen and (max-width: 480px) {
	p{
		font-size: 15px; 
	  }
	.txtClass
	{
		font-size: 4vw;
	}
	.imgBorderClass {
		height: 61vh;
		border-radius: 3%;
	}
}
footer .text {
	font-size: 14px;
}