	body {
		padding: 0;
		margin: 0;
		background: 0; 
		text-align: center; 
		align-items: center;
		justify-content: center; 
		font-family: sans-serif;
		color: #13469E;
		box-sizing: border-box;
	}
	h1{
		font-size: 2em;
	}

	h2 {
		font-size: 1.25em;
		background-color: #13469E;
		margin: 0rem;
		padding: 1rem;
		color: #fff; 
		top: 30%;
	}
	h3{
		position: relative;
		font-size: 1.25vw;
		background-color: #DCECFF;
	}
	h4{
		font-size: 1.1vw;
		color: #13469E;
	}
	h5{
		font-size: 2em;
	}
	h6{
		font-size: 1.25em;
		color: #fff;
	}
	p{
		color: #13469E;
	}
	p1 {
		color: #13469E;
		font-size: 1.1em;
	}
	.banner img{
		width: 100%;
	}
	.whitetext{
		color: white;
	}	
	.btn1{
    		font-size: 1.5em;
		font-family: sans-serif;
		width: 225px;
		height: 60px;
		color: #13469E;
		background-color:#FFE171 ;
		border-color: white;
		border-width: 0em;
		box-shadow: 0 5px  15px rgba(0,0,0,.5);
		align-items: center;
		justify-content: center;
		cursor: pointer;
		border-radius: 70px;
		transition: background 0.3s
	}
	.btn1:hover{
		color: #13469E;
		background-color: white;
		border-color: #13469E;
		border-width: 0.1em;
		box-shadow: 0 5px  15px rgba(0,0,0,.5);
	}
	.rbtn
	{
		width: 150px;
		height: 150px;
		display: inline-flex;
		align-items: center;
		justify-content: center;
		cursor: pointer;
		border-radius: 50%;
		border: none;
		text-decoration: none;
		transition: background 0.3s;
	}
	.rbtn.rbtn-1{
		background: #13469E ;
		color: white;
	}
	.rbtn.rbtn-1:hover
	{
		background:white ;
		color: #13469E;
	}
	.rbtn.rbtn-2
	{
		background: #0088D0 ;
		color: white;
	}
	.rbtn.rbtn-2:hover
	{
		background:white ;
		color: #0088D0;
	}
	.rbtn.rbtn-3
	{
		background: #00C4D9;
		color: white;
	}
	.rbtn.rbtn-3:hover
	{
		background:white ;
		color: #00C4D9;
	}
	.rbtn.rbtn-4
	{
		background: #6DFACD;
		color: white;
	}
	.rbtn.rbtn-4:hover
	{
		background:white ;
		color: #6DFACD;
	}
	.container
	{
		width: 100%;
		display: grid;
		grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)) ;
		grid-gap: 0px;
	}
	.box
	{
		height: 50px;
		color: red;
		border: none;
		position: relative;
	}
	.box1
	{
		box-sizing: border-box;	
		background: #DCECFF ;
		display: flex;
		align-items: center;
	}
	.box1 .imgbx
	{
		width: 150px;	
		flex: 150px;
	}
	.box1 .imgbx img
	{
		max-width: 90% ;
	}
	.box1 .content
	{
		padding-left: 50px;
	}
	.box2
	{
		box-sizing: border-box;	
		background: #fff ;
		display: flex;
		align-items: center;
	}
	.box2 .imgbx
	{
		width: 150px;	
		flex: 150px;
	}
	.box2 .imgbx img
	{
		max-width: 90% ;
	}
	.box2 .content
	{
		padding-right: 50px;
	}
	.telescope
	{
		float:right
	}
	html, body 
	{
		height: 100%;
	}
	div#scroll{
		font-size: 15px; 
		font-family: "courier new", sans-serif;
		text-align: center;
	}	
	div#scroll_1{
		font-size: 18px; 
		font-family: "manasco", sans-serif;
		text-align: right;
	}
	div#scroll_2{
		font-size: 18px; 
		font-family: "manasco", sans-serif;
		text-align: right;
	}	
	.popup{
		position: absolute;
		top: 5%;
		left: 60%;
		margin: 0px 0px;
		height: 600;
		width: 600;
		z-index:3;
		display:none;
	}
