html,body{
    margin: 0;
    padding: 0;
}
.bgImg{
    /* background-image:url(../../img/sub/t147/bg.jpg); */
    background-repeat: no-repeat;
    background-size:100% 100%;
}
a{
    text-decoration: none;
}
.singleDiv{
    width: 80%;
    text-align: center;
    color:#000;
    margin: 0 auto;
    padding: 0.8rem 0;
    box-shadow: 0PX 0px 16px #d5ffd4;
    margin-bottom: 2rem;
    font-size: 1rem;
    background-color: #fff;
    font-weight: 800;
}
.topImg{
	width: 100%;
	/* position: fixed; */
	top:0;
}
.bottomImg{
	width: 100%;
	/* position: fixed; */
	bottom:0;
}
.mainDiv{
	position: fixed;
	width: 100%;
	/* padding-bottom:0.8rem; */
	margin: 0 auto;
	z-index: 999;
	top: 26%;
	max-height: 64%;
	overflow-y: scroll;
    padding-top: 0.5rem;
}